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:
commit
cb228a44f2
@ -30,7 +30,8 @@
|
||||
|
||||
void hwrng_init(void)
|
||||
{
|
||||
/* nothing to do here */
|
||||
/* enable bias correction */
|
||||
NRF_RNG->CONFIG = 1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user