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
Revision 6:55244aef7c67, committed 2017-02-02
- 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);
