aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wirish/include/wirish/wirish.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wirish/include/wirish/wirish.h b/wirish/include/wirish/wirish.h
index 4097ce1..6810e4f 100644
--- a/wirish/include/wirish/wirish.h
+++ b/wirish/include/wirish/wirish.h
@@ -39,10 +39,10 @@
#include <wirish/bit_constants.h>
#include <wirish/pwm.h>
#include <wirish/ext_interrupts.h>
-#include <wirish/wirish_debug.h>
+/* FIXME put this back when you can #include <wirish/wirish_debug.h> */
#include <wirish/wirish_math.h>
#include <wirish/wirish_time.h>
-#include <wirish/HardwareSPI.h>
+/* FIXME put this back when you can #include <wirish/HardwareSPI.h> */
#include <wirish/HardwareSerial.h>
#include <wirish/HardwareTimer.h>
#include <wirish/usb_serial.h>