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
Diff: main.cpp
- Revision:
- 2:e9a626e1b717
- Parent:
- 1:0422677b0ccc
- Child:
- 3:2ffb7f153526
--- a/main.cpp Tue Oct 20 07:29:25 2015 +0000 +++ b/main.cpp Tue Oct 20 07:34:17 2015 +0000 @@ -35,14 +35,12 @@ menu_0 = 0; switch(select_0) { - case('1') - { + case('1'): pc.printf("Pattern\n;"); - } - case('2') - { - pc.printf("Read Status\n") - } + break; + case('2'): + pc.printf("Read Status\n"); + break; } } }