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/rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wirish/rules.mk') diff --git a/wirish/rules.mk b/wirish/rules.mk index fcd25c6..18d93b2 100644 --- a/wirish/rules.mk +++ b/wirish/rules.mk @@ -25,7 +25,8 @@ cppSRCS_$(d) := wirish_math.cpp \ comm/HardwareSPI.cpp \ usb_serial.cpp \ HardwareTimer.cpp \ - cxxabi-compat.cpp + cxxabi-compat.cpp \ + SystemTick.cpp cFILES_$(d) := $(cSRCS_$(d):%=$(d)/%) cppFILES_$(d) := $(cppSRCS_$(d):%=$(d)/%) -- cgit v1.2.3