1
0
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:
Peter Kietzmann 2017-01-16 22:30:25 +01:00 committed by GitHub
commit 274d77e6a5

View File

@ -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 */