diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2016-07-10 12:04:39 +0200 |
---|---|---|
committer | Stephane D'Alu <sdalu@sdalu.com> | 2016-07-10 12:04:39 +0200 |
commit | 6423c3dabeba4e4ed9217d71873653bc8af9ae4e (patch) | |
tree | b7b22ab995afbeda36cb7471f5e347c9097f5b17 /testhal | |
parent | 3db81f7f03844057a6d4150e2c66a81a772df16d (diff) | |
download | ChibiOS-Contrib-6423c3dabeba4e4ed9217d71873653bc8af9ae4e.tar.gz ChibiOS-Contrib-6423c3dabeba4e4ed9217d71873653bc8af9ae4e.tar.bz2 ChibiOS-Contrib-6423c3dabeba4e4ed9217d71873653bc8af9ae4e.zip |
moved rng to LLD directory.
removed rng power control (doesn't exist in nrf52, wasn't documented in nrf51)
renamed peripheral to start at 0
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/NRF51/NRF51822/RNG/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/NRF51/NRF51822/RNG/mcuconf.h b/testhal/NRF51/NRF51822/RNG/mcuconf.h index 11ebce1..dfde5a9 100644 --- a/testhal/NRF51/NRF51822/RNG/mcuconf.h +++ b/testhal/NRF51/NRF51822/RNG/mcuconf.h @@ -17,7 +17,7 @@ #ifndef _MCUCONF_H_
#define _MCUCONF_H_
-#define NRF5_RNG_USE_RNG1 TRUE
+#define NRF5_RNG_USE_RNG0 TRUE
#define NRF5_SERIAL_USE_UART0 TRUE
|