diff options
Diffstat (limited to 'stmhal/systick.c')
-rw-r--r-- | stmhal/systick.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/systick.c b/stmhal/systick.c index 027e72a414..aed5b96901 100644 --- a/stmhal/systick.c +++ b/stmhal/systick.c @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -#include <stm32f4xx_hal.h> +#include STM32_HAL_H #include "py/obj.h" #include "irq.h" |