diff options
Diffstat (limited to 'stmhal/dma.c')
-rw-r--r-- | stmhal/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/dma.c b/stmhal/dma.c index 77474b7676..674e4a9372 100644 --- a/stmhal/dma.c +++ b/stmhal/dma.c @@ -27,7 +27,7 @@ #include <stdio.h> #include <string.h> #include <stdint.h> -#include <stm32f4xx_hal.h> +#include STM32_HAL_H #include "dma.h" |