diff --git a/cpu/stm32f4/periph/hwrng.c b/cpu/stm32f4/periph/hwrng.c index f5acc728237de2d4f34fa22b46f119a1b6927e8d..e54deeedd7c54319bd1fd5cd89cecd4b63264772 100644 --- a/cpu/stm32f4/periph/hwrng.c +++ b/cpu/stm32f4/periph/hwrng.c @@ -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 */