Skip to content

Commit 4388d38

Browse files
kilograhamlurch
andauthored
Update src/rp2_common/pico_rand/rand.c
Co-authored-by: Andrew Scheller <[email protected]>
1 parent 3f6d27a commit 4388d38

File tree

1 file changed

+2
-0
lines changed
  • src/rp2_common/pico_rand

1 file changed

+2
-0
lines changed

src/rp2_common/pico_rand/rand.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
#if PICO_RAND_SEED_ENTROPY_SRC_BOARD_ID
2929
#include "pico/unique_id.h"
3030
#endif
31+
#if PICO_RAND_ENTROPY_SRC_TIME
3132
#include "pico/time.h"
33+
#endif
3234
#include "hardware/clocks.h"
3335
#if PICO_RAND_SEED_ENTROPY_SRC_ROSC || PICO_RAND_ENTROPY_SRC_ROSC
3436
#include "hardware/structs/rosc.h"

0 commit comments

Comments
 (0)