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: FreescaleIAP SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by
Diff: main.cpp
- Revision:
- 6:79d422d1ed42
- Parent:
- 4:104dd82c99b8
- Child:
- 7:fcd26c28411d
--- a/main.cpp Wed Dec 30 06:36:38 2015 +0000 +++ b/main.cpp Thu Dec 31 06:43:13 2015 +0000 @@ -55,12 +55,6 @@ int theAcount = 0; while(true){ - if(theAcount >= 700000){ - theAcount = 0; - //gLEDR = !gLEDR; - } - else{ - theAcount++; - } + Thread::wait(osWaitForever); } } \ No newline at end of file