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: main.cpp
- Revision:
- 36:ad6b2b81bb89
- Parent:
- 35:63ccdae58da4
- Child:
- 40:fa6c39f853f1
--- a/main.cpp Sat Mar 18 08:34:17 2017 +0000 +++ b/main.cpp Tue Mar 21 05:48:34 2017 +0000 @@ -43,7 +43,7 @@ //コマンドモードのon,offはここに入れるといい char buf = (char)pc.getc(); pc.putc(buf); - //Global::initqueue.put((char*)buf); + Global::initqueue.put((char*)buf); } } @@ -104,5 +104,5 @@ Thread DisplayTask(displayTask); pc.printf("Task end\n"); - Thread::wait(osWaitForever); + Thread::wait(osWaitForever); } \ No newline at end of file