Penn Electric Racing / Mbed 2 deprecated SystemManagement

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Revision:
18:915a235bc099
Parent:
17:c9ce210f6654
--- a/FanPump/FanPump.cpp	Sat Oct 25 03:28:55 2014 +0000
+++ b/FanPump/FanPump.cpp	Sat Oct 25 15:54:19 2014 +0000
@@ -2,6 +2,7 @@
 
 static FanPump* instance[6] = { NULL };         // Access pwm object by channel#
 const int PCLK = 24e6;          // 24Mhz clock
+uint32_t FanPump::period_us = 0.0;
 
 // Interrupt handler, must be called from static context, calls all the slew functions
 void pwmIRQ() {