Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_IKS01A1 MLX90614 d7a_1x wizzi-utils
Fork of D7A_1x_demo_sensors_OS5 by
Diff: main.cpp
- 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);
    