diff options
Diffstat (limited to 'stmhal/dac.c')
-rw-r--r-- | stmhal/dac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/dac.c b/stmhal/dac.c index b1e688442a..178017e222 100644 --- a/stmhal/dac.c +++ b/stmhal/dac.c @@ -28,7 +28,7 @@ #include <stdint.h> #include <string.h> -#include "stm32f4xx_hal.h" +#include STM32_HAL_H #include "py/nlr.h" #include "py/runtime.h" |