mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-12-05 00:55:43 +01:00
added missing #include
random/rand32.h is needed for sys_csrand_get()
This commit is contained in:
parent
7afa4e7d68
commit
e73c45dca8
@ -15,6 +15,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <bluetooth/hci.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <random/rand32.h>
|
||||
|
||||
#include "exposure-notification.h"
|
||||
#include "covid_types.h"
|
||||
|
Loading…
Reference in New Issue
Block a user