diff options
Diffstat (limited to 'stmhal/rng.c')
| -rw-r--r-- | stmhal/rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/rng.c b/stmhal/rng.c index c2685ce2b..2571bc3a0 100644 --- a/stmhal/rng.c +++ b/stmhal/rng.c @@ -26,7 +26,7 @@ #include <string.h> -#include "stm32f4xx_hal.h" +#include STM32_HAL_H #include "py/obj.h" #include "rng.h" |
