From 3b4129075db8b7ed5e552e5633ee6ff243a429bf Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Fri, 24 Nov 2023 09:54:40 +0000 Subject: [PATCH] samples: bluetooth: Fix rand32 include in docs The file name has changed from rand32.h to random.h, change the documentation to show this change Signed-off-by: Jamie McCrae --- samples/bluetooth/nrf_dm/README.rst | 2 +- samples/bluetooth/peripheral_rscs/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/bluetooth/nrf_dm/README.rst b/samples/bluetooth/nrf_dm/README.rst index 8e0b3461a058..68dd7042d40b 100644 --- a/samples/bluetooth/nrf_dm/README.rst +++ b/samples/bluetooth/nrf_dm/README.rst @@ -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` diff --git a/samples/bluetooth/peripheral_rscs/README.rst b/samples/bluetooth/peripheral_rscs/README.rst index 671750634702..2b9153bb1744 100644 --- a/samples/bluetooth/peripheral_rscs/README.rst +++ b/samples/bluetooth/peripheral_rscs/README.rst @@ -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`