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: mbed-dsp
Fork of mbed-os-example-blinky by
Diff: main.cpp
- Revision:
- 49:2632e3e89576
- Parent:
- 48:d147eba868c8
- Child:
- 50:8ce5ed8e208b
--- a/main.cpp Thu Mar 30 10:39:04 2017 +0000 +++ b/main.cpp Thu Mar 30 10:41:17 2017 +0000 @@ -9,7 +9,7 @@ const int LISTEN = 1; const int CALC = 2; const int SEND = 3; -const int ERROR = 4; +const int CALC_ERROR = 4; //const int WAIT = 9; // main() runs in its own thread in the OS @@ -31,7 +31,7 @@ //code here break; - case ERROR: + case CALC_ERROR: //code here break;