summaryrefslogtreecommitdiffstats
path: root/drivers/avr/spi_master.h
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/avr/spi_master.h
parenteaa2e0cb24772d055414a7819da627e66701d03c (diff)
parent261d94ce344e28a13bf01444e467cc7c68c27282 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'drivers/avr/spi_master.h')
-rw-r--r--drivers/avr/spi_master.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/avr/spi_master.h b/drivers/avr/spi_master.h
index 9203698dd5..8a30f47ae4 100644
--- a/drivers/avr/spi_master.h
+++ b/drivers/avr/spi_master.h
@@ -16,7 +16,9 @@
#pragma once
-#include "quantum.h"
+#include <stdbool.h>
+
+#include "gpio.h"
typedef int16_t spi_status_t;