Skip to content
Snippets Groups Projects
Commit 8a135d3a authored by Hauke Petersen's avatar Hauke Petersen Committed by Peter Kietzmann
Browse files

sys/random: add guard for periph/cpuid include

parent e070d5a6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment