diff options
Diffstat (limited to 'stmhal/spi.c')
-rw-r--r-- | stmhal/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/spi.c b/stmhal/spi.c index 864463df2d..7458da6279 100644 --- a/stmhal/spi.c +++ b/stmhal/spi.c @@ -29,13 +29,13 @@ #include "py/nlr.h" #include "py/runtime.h" +#include "py/mphal.h" #include "irq.h" #include "pin.h" #include "genhdr/pins.h" #include "bufhelper.h" #include "dma.h" #include "spi.h" -#include MICROPY_HAL_H // The following defines are for compatability with the '405 #if !defined(MICROPY_HW_SPI1_NSS) |