Skip to content
Snippets Groups Projects
Commit 65f27f07 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

cpu/stm32f4: fixed minor typo in the hwrng driver

parent 1e06934d
No related branches found
No related tags found
No related merge requests found
...@@ -56,4 +56,4 @@ void hwrng_read(uint8_t *buf, unsigned int num) ...@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment