Skip to content

Commit

Permalink
samples: bluetooth: Fix rand32 include in docs
Browse files Browse the repository at this point in the history
The file name has changed from rand32.h to random.h, change the
documentation to show this change

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Jan 10, 2024
1 parent 5119a6b commit 3b41290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/bluetooth/nrf_dm/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ In addition, it uses the following Zephyr libraries:

* :file:`include/sys/printk.h`
* :file:`include/sys/byteorder.h`
* :file:`include/random/rand32.h`
* :file:`include/random/random.h`
* :ref:`zephyr:bluetooth_api`:

* :file:`include/bluetooth/bluetooth.h`
Expand Down
2 changes: 1 addition & 1 deletion samples/bluetooth/peripheral_rscs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ In addition, it uses the following Zephyr libraries:
* :file:`include/zephyr/types.h`
* :file:`lib/libc/minimal/include/errno.h`
* :file:`include/sys/printk.h`
* :file:`include/random/rand32.h`
* :file:`include/random/random.h`
* :ref:`zephyr:bluetooth_api`:

* :file:`include/bluetooth/bluetooth.h`
Expand Down

0 comments on commit 3b41290

Please sign in to comment.