Simon Hawe / D7_MLX_AND_BAT

Dependencies:   X_NUCLEO_IKS01A1 MLX90614 d7a_1x wizzi-utils

Fork of D7A_1x_demo_sensors_OS5 by WizziLab

Files at this revision

API Documentation at this revision

Comitter:
yordan
Date:
Thu Feb 02 15:36:51 2017 +0000
Parent:
5:ef4b5c422d3a
Child:
7:8de29807f970
Commit message:
Fixed typo

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);