mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 07:21:18 +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…
x
Reference in New Issue
Block a user