From 9c9d6c153154981fdedbe3f9ed4a1fb61e2b7776 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 31 Aug 2010 18:28:07 -0400 Subject: added support to enable/disable systick in wirish --- wirish/wirish.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wirish/wirish.h') diff --git a/wirish/wirish.h b/wirish/wirish.h index 13ff313..9ca5692 100644 --- a/wirish/wirish.h +++ b/wirish/wirish.h @@ -44,6 +44,7 @@ #include "HardwareSPI.h" #include "HardwareSerial.h" #include "usb_serial.h" +#include "SystemTick.h" #include "HardwareTimer.h" #endif -- cgit v1.2.3