aboutsummaryrefslogtreecommitdiff
path: root/drivers/avr/spi_master.h
diff options
context:
space:
mode:
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 9203698dd..8a30f47ae 100644
--- a/drivers/avr/spi_master.h
+++ b/drivers/avr/spi_master.h
@@ -16,7 +16,9 @@
16 16
17#pragma once 17#pragma once
18 18
19#include "quantum.h" 19#include <stdbool.h>
20
21#include "gpio.h"
20 22
21typedef int16_t spi_status_t; 23typedef int16_t spi_status_t;
22 24