aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/rng.h')
-rw-r--r--os/hal/include/rng.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/hal/include/rng.h b/os/hal/include/rng.h
index ab0e363..4730f7b 100644
--- a/os/hal/include/rng.h
+++ b/os/hal/include/rng.h
@@ -44,10 +44,6 @@
/* Derived constants and error checks. */
/*===========================================================================*/
-#if NRF51_RNG_USE_RNG1 != TRUE && RNGSW_USE_RNG1 != TRUE
-#error "RNG requires at least one LLD driver."
-#endif
-
/*===========================================================================*/
/* Driver data structures and types. */
/*===========================================================================*/
@@ -62,7 +58,6 @@ typedef enum {
} rngstate_t;
#include "rng_lld.h"
-//#include "rngsw.h" /* Include software LL driver */
/*===========================================================================*/