summaryrefslogtreecommitdiff
path: root/drivers/led
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-09 20:03:50 +1000
committerGitHub <noreply@github.com>2023-07-09 20:03:50 +1000
commitb6d9409d2f8eaa9888fce1611bcb9a23d97be150 (patch)
tree339b716e9eb4a736c26ec6f8d5bf084ca19e829e /drivers/led
parent726132fb6974d92d04bbffd4d43831d3f9aa869a (diff)
drivers: remove direct `quantum.h` includes (#21473)
Diffstat (limited to 'drivers/led')
-rw-r--r--drivers/led/apa102.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/apa102.c b/drivers/led/apa102.c
index 40fc68e4f1..5cfa2f8c32 100644
--- a/drivers/led/apa102.c
+++ b/drivers/led/apa102.c
@@ -16,7 +16,7 @@
*/
#include "apa102.h"
-#include "quantum.h"
+#include "gpio.h"
#ifndef APA102_NOPS
# if defined(__AVR__)