Library for Modtronix NZ32 STM32 boards, like the NZ32-SC151, NZ32-SB072, NZ32-SE411 and others

Revision:
13:328bfac0e686
Parent:
7:709130701ac7
Child:
17:86034c970ea0
diff -r 0303f1aef603 -r 328bfac0e686 mx_tick.h
--- a/mx_tick.h	Thu Sep 17 11:53:01 2015 +1000
+++ b/mx_tick.h	Wed Oct 21 14:53:20 2015 +1100
@@ -33,6 +33,7 @@
  * // Count the time to toggle a LED
  *
  * #include "mbed.h"
+ * #include "mx_tick.h"
  *
  * MxTimer mxTmr;
  * int tmrLED = 0;
@@ -131,6 +132,7 @@
     static uint16_t countMs;
     static int32_t  tickSec;
     static int32_t  tickMs;
+    static bool     running;
 };