]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/MacroLib.h
Added more CLI commands.
[kiibohd-controller.git] / Lib / MacroLib.h
index 9bf22a81b07d7a771864a3dbc8394ff7a54fb79b..8b92489d8a68902e5e89625213203ba5bafc3187 100644 (file)
 // Additional includes should only be added to this file if they should be added to *all* Macro modules.
 
 
-// ----- Includes -----
-
 #ifndef __MACROLIB_H
 #define __MACROLIB_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 <util/delay.h>
 
 #endif