mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #6378 from haukepetersen/fix_stm32f4_hwrngtypo
cpu/stm32f4: fixed minor typo in the hwrng driver
This commit is contained in:
commit
274d77e6a5
@ -56,4 +56,4 @@ void hwrng_read(uint8_t *buf, unsigned int num)
|
|||||||
periph_clk_dis(AHB2, RCC_AHB2ENR_RNGEN);
|
periph_clk_dis(AHB2, RCC_AHB2ENR_RNGEN);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CPUID_LEN */
|
#endif /* RNG */
|
||||||
|
Loading…
Reference in New Issue
Block a user