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.
Diff: trial.cpp
- Revision:
- 8:973dcd190672
- Parent:
- 6:13d180af7501
- Child:
- 11:897ecd5413e0
--- a/trial.cpp Tue May 29 14:40:50 2018 +0000 +++ b/trial.cpp Thu May 31 15:25:37 2018 +0000 @@ -37,8 +37,10 @@ WRITE_SCORE(Responses::Catch, "catch") WRITE_SCORE(Responses::Reject, "reject") WRITE_SCORE(Responses::Reset, "reset") - WRITE_SCORE(Responses::NA, "na") #undef WRITE_SCORE + case Responses::NA: + default: + IO::write("%c%s(%x);",IO::RESULT_HEADER,"na",response); } IO::write("wait%u",waiting);