aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish.h
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-09-05 23:48:31 -0400
committerbnewbold <bnewbold@robocracy.org>2010-09-05 23:48:31 -0400
commit5bfeb40e4795eb5cf21ea84311936acf97969365 (patch)
tree3c7a9e42e7a756a9258c97a63462bda0bf343bbe /wirish/wirish.h
parent552da8705245a876c2e816bab93edc2cb39f94e3 (diff)
downloadlibrambutan-5bfeb40e4795eb5cf21ea84311936acf97969365.tar.gz
librambutan-5bfeb40e4795eb5cf21ea84311936acf97969365.zip
systick testing and simplification
ripped out marti's SystemTick for the sake of simplicity and added a systick_resume function to libmaple. new example program demonstrates the functionality, also demonstrates micros()/USB bug
Diffstat (limited to 'wirish/wirish.h')
-rw-r--r--wirish/wirish.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wirish/wirish.h b/wirish/wirish.h
index d293901..7ede77c 100644
--- a/wirish/wirish.h
+++ b/wirish/wirish.h
@@ -45,7 +45,6 @@
#include "HardwareSPI.h"
#include "HardwareSerial.h"
#include "usb_serial.h"
-#include "SystemTick.h"
#include "HardwareTimer.h"
#endif