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