mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/random: add guard for periph/cpuid include
This commit is contained in:
parent
e070d5a694
commit
8a135d3a43
@ -21,11 +21,13 @@
|
||||
|
||||
#include "log.h"
|
||||
#include "luid.h"
|
||||
#include "periph/cpuid.h"
|
||||
#include "random.h"
|
||||
#ifdef MODULE_PUF_SRAM
|
||||
#include "puf_sram.h"
|
||||
#endif
|
||||
#ifdef MODULE_PERIPH_CPUID
|
||||
#include "periph/cpuid.h"
|
||||
#endif
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
Loading…
Reference in New Issue
Block a user