diff options
Diffstat (limited to 'stmhal/adc.c')
-rw-r--r-- | stmhal/adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/adc.c b/stmhal/adc.c index 9ec8eac725..7431a356d5 100644 --- a/stmhal/adc.c +++ b/stmhal/adc.c @@ -25,7 +25,7 @@ */ #include <stdio.h> -#include <stm32f4xx_hal.h> +#include STM32_HAL_H #include <string.h> #include "py/nlr.h" |