summaryrefslogtreecommitdiff
path: root/drivers/chibios/spi_master.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-06-03 06:27:15 +0000
committerQMK Bot <hello@qmk.fm>2021-06-03 06:27:15 +0000
commit2344d0647509496e14024ffedc35093c4c1e3468 (patch)
tree7f13a404ee563c5c083f84c1d09d1b3b6e745edf /drivers/chibios/spi_master.c
parenteaa2e0cb24772d055414a7819da627e66701d03c (diff)
parent261d94ce344e28a13bf01444e467cc7c68c27282 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'drivers/chibios/spi_master.c')
-rw-r--r--drivers/chibios/spi_master.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/chibios/spi_master.c b/drivers/chibios/spi_master.c
index 8341b59a53..4852a6eba4 100644
--- a/drivers/chibios/spi_master.c
+++ b/drivers/chibios/spi_master.c
@@ -15,7 +15,7 @@
*/
#include "spi_master.h"
-#include "quantum.h"
+
#include "timer.h"
static pin_t currentSlavePin = NO_PIN;