]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/ScanLib.h
Added more CLI commands.
[kiibohd-controller.git] / Lib / ScanLib.h
index 5d6d6d6eff88c8978e5a9c003bda7179d704e1a5..d14b09102ccf9d7dbee90d4f3254ed8925f183ac 100644 (file)
 // Additional includes should only be added to this file if they should be added to *all* Scan modules.
 
 
-// ----- Includes -----
-
 #ifndef __SCANLIB_H
 #define __SCANLIB_H
 
+// ----- Includes -----
+
+#include <Lib/Interrupts.h>
+
+
+
 // ARM
 #if defined(_mk20dx128_)
 
@@ -43,7 +47,6 @@
 // AVR
 #if defined(_at90usb162_) || defined(_atmega32u4_) || defined(_at90usb646_) || defined(_at90usb1286_)
 
-#include <avr/interrupt.h>
 #include <avr/io.h>
 #include <util/delay.h>