Skip to content

Commit

Permalink
[nrf noup] platform: zephyr: Fix random include
Browse files Browse the repository at this point in the history
Fixes the name of the random include as required by a zephyr
update

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Jan 5, 2024
1 parent 11b57f9 commit a4ec72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Zephyr/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

#include <zephyr/bluetooth/addr.h>
#include <zephyr/bluetooth/gatt.h>
#include <zephyr/random/rand32.h>
#include <zephyr/random/random.h>
#include <zephyr/sys/byteorder.h>
#include <zephyr/sys/util.h>

Expand Down

0 comments on commit a4ec72d

Please sign in to comment.