diff options
Diffstat (limited to 'drivers/chibios/spi_master.c')
| -rw-r--r-- | drivers/chibios/spi_master.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/chibios/spi_master.c b/drivers/chibios/spi_master.c index 8341b59a5..4852a6eba 100644 --- a/drivers/chibios/spi_master.c +++ b/drivers/chibios/spi_master.c | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "spi_master.h" | 17 | #include "spi_master.h" |
| 18 | #include "quantum.h" | 18 | |
| 19 | #include "timer.h" | 19 | #include "timer.h" |
| 20 | 20 | ||
| 21 | static pin_t currentSlavePin = NO_PIN; | 21 | static pin_t currentSlavePin = NO_PIN; |
