From 9366ed728280f4875ebbba9c0ef1eade03c96d35 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 16 Dec 2020 14:27:23 +1100 Subject: Normalise include statements in keyboard code (#11185) --- keyboards/oddball/adns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/oddball') diff --git a/keyboards/oddball/adns.c b/keyboards/oddball/adns.c index 35225f042b..4582be1f2c 100644 --- a/keyboards/oddball/adns.c +++ b/keyboards/oddball/adns.c @@ -3,7 +3,7 @@ #include "quantum.h" #include "pointing_device.h" #include "adns9800_srom_A4.h" -#include "../../lib/lufa/LUFA/Drivers/Peripheral/SPI.h" +#include // registers #define REG_Product_ID 0x00 -- cgit v1.2.3