Skip to content

Commit 274d77e

Browse files
Merge pull request RIOT-OS#6378 from haukepetersen/fix_stm32f4_hwrngtypo
cpu/stm32f4: fixed minor typo in the hwrng driver
2 parents 456ae68 + 65f27f0 commit 274d77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu/stm32f4/periph/hwrng.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ void hwrng_read(uint8_t *buf, unsigned int num)
5656
periph_clk_dis(AHB2, RCC_AHB2ENR_RNGEN);
5757
}
5858

59-
#endif /* CPUID_LEN */
59+
#endif /* RNG */

0 commit comments

Comments
 (0)