cpu/stm32f4: fixed minor typo in the hwrng driver

This commit is contained in:
Hauke Petersen 2017-01-16 14:37:08 +01:00
parent 1e06934d39
commit 65f27f073f

View File

@ -56,4 +56,4 @@ void hwrng_read(uint8_t *buf, unsigned int num)
periph_clk_dis(AHB2, RCC_AHB2ENR_RNGEN);
}
#endif /* CPUID_LEN */
#endif /* RNG */