1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

cpu/nrf5x_common: enable bias correction in hwrng

This commit is contained in:
PeterKietzmann 2020-05-01 17:04:36 +02:00
parent 8136edca95
commit dd2d6b174e

View File

@ -30,7 +30,8 @@
void hwrng_init(void)
{
/* nothing to do here */
/* enable bias correction */
NRF_RNG->CONFIG = 1;
}
/*