summaryrefslogtreecommitdiff
path: root/drivers/avr/spi_master.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-06-03 16:26:41 +1000
committerGitHub <noreply@github.com>2021-06-03 16:26:41 +1000
commit261d94ce344e28a13bf01444e467cc7c68c27282 (patch)
tree2998ae78f02e4e55b3b448fa55b8f2f7b8c4a72e /drivers/avr/spi_master.h
parenta0cc2dc6d0b4fafc9f7d70b98254e32d032c3f17 (diff)
Tidy up spi_master includes (#13053)
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;