From 65f27f073f58271b567ff255794d567f04d674e1 Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Mon, 16 Jan 2017 14:37:08 +0100 Subject: [PATCH] cpu/stm32f4: fixed minor typo in the hwrng driver --- cpu/stm32f4/periph/hwrng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/stm32f4/periph/hwrng.c b/cpu/stm32f4/periph/hwrng.c index f5acc72823..e54deeedd7 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 */ -- GitLab