diff options
| author | Daniel Campora <daniel@wipy.io> | 2015-09-16 14:09:51 +0200 |
|---|---|---|
| committer | Daniel Campora <daniel@wipy.io> | 2015-09-21 22:30:32 +0200 |
| commit | dffa9f6da65cd03e834b2ed3914f40428f72e49f (patch) | |
| tree | 1f2e51f17c511f884db77e47d481c0f9c1b6bed2 /cc3200/util/random.h | |
| parent | 660f8613fd8e38863998a9758d97eada0eebc47d (diff) | |
cc3200: New SD and RTC API plus os and time modules' extensions.
Diffstat (limited to 'cc3200/util/random.h')
| -rw-r--r-- | cc3200/util/random.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cc3200/util/random.h b/cc3200/util/random.h index 78ca57893..eae15f2d2 100644 --- a/cc3200/util/random.h +++ b/cc3200/util/random.h @@ -30,8 +30,6 @@ void rng_init0 (void); uint32_t rng_get (void); -#if MICROPY_HW_ENABLE_RNG - MP_DECLARE_CONST_FUN_OBJ(pyb_rng_get_obj); -#endif +MP_DECLARE_CONST_FUN_OBJ(pyb_rng_get_obj); #endif // __RANDOM_H |
