diff options
Diffstat (limited to 'drivers/chibios/spi_master.h')
| -rw-r--r-- | drivers/chibios/spi_master.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/chibios/spi_master.h b/drivers/chibios/spi_master.h index 5953bef77..e93580e31 100644 --- a/drivers/chibios/spi_master.h +++ b/drivers/chibios/spi_master.h | |||
| @@ -18,7 +18,9 @@ | |||
| 18 | 18 | ||
| 19 | #include <ch.h> | 19 | #include <ch.h> |
| 20 | #include <hal.h> | 20 | #include <hal.h> |
| 21 | #include "quantum.h" | 21 | #include <stdbool.h> |
| 22 | |||
| 23 | #include "gpio.h" | ||
| 22 | 24 | ||
| 23 | #ifndef SPI_DRIVER | 25 | #ifndef SPI_DRIVER |
| 24 | # define SPI_DRIVER SPID2 | 26 | # define SPI_DRIVER SPID2 |
