diff options
Diffstat (limited to 'stmhal/dma.c')
-rw-r--r-- | stmhal/dma.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stmhal/dma.c b/stmhal/dma.c index 04c874dc27..e43b67e73d 100644 --- a/stmhal/dma.c +++ b/stmhal/dma.c @@ -27,10 +27,9 @@ #include <stdio.h> #include <string.h> #include <stdint.h> -#include STM32_HAL_H -#include "dma.h" #include "py/obj.h" +#include "dma.h" #include "irq.h" typedef enum { |