From 261d94ce344e28a13bf01444e467cc7c68c27282 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 3 Jun 2021 16:26:41 +1000 Subject: Tidy up spi_master includes (#13053) --- drivers/avr/spi_master.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drivers/avr/spi_master.h') 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 + +#include "gpio.h" typedef int16_t spi_status_t; -- cgit v1.2.3