1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #14002 from PeterKietzmann/pr_nrf5x_hwrng_biascorr

cpu/nrf5x_common: enable bias correction in hwrng
This commit is contained in:
Semjon Kerner 2020-05-05 13:40:15 +02:00 committed by GitHub
commit cb228a44f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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