Simon Hawe / D7_MLX_AND_BAT

Dependencies:   X_NUCLEO_IKS01A1 MLX90614 d7a_1x wizzi-utils

Fork of D7A_1x_demo_sensors_OS5 by WizziLab

Revision:
6:55244aef7c67
Parent:
5:ef4b5c422d3a
Child:
7:8de29807f970
--- a/main.cpp	Thu Feb 02 15:31:22 2017 +0000
+++ b/main.cpp	Thu Feb 02 15:36:51 2017 +0000
@@ -529,7 +529,7 @@
     {
 #ifdef DGB_LED_BLINK_PERIOD
         // Wait to avoid beeing stuck in loop
-        Thread::wait(DGB_LED_BLINK);
+        Thread::wait(DGB_LED_BLINK_PERIOD);
         my_led = !my_led;
 #else
         Thread::wait(osWaitForever);