mirror of https://github.com/ARMmbed/mbed-os.git
nRF52832 needs NRFX_RNG_ENABLED to use the legacy driver
parent
35c14ebbe3
commit
317598604a
|
@ -2921,7 +2921,7 @@
|
|||
// <e> NRFX_RNG_ENABLED - nrfx_rng - RNG peripheral driver
|
||||
//==========================================================
|
||||
#ifndef NRFX_RNG_ENABLED
|
||||
#define NRFX_RNG_ENABLED 0
|
||||
#define NRFX_RNG_ENABLED 1
|
||||
#endif
|
||||
// <q> NRFX_RNG_CONFIG_ERROR_CORRECTION - Error correction
|
||||
|
||||
|
|
Loading…
Reference in New Issue