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: Init.cpp
- Revision:
- 12:8e39bb45c61c
- Parent:
- 10:0a4bf8c82493
- Child:
- 17:887cfe1d309f
--- a/Init.cpp	Sat Nov 28 15:08:59 2015 +0000
+++ b/Init.cpp	Sat Nov 28 18:47:26 2015 +0000
@@ -7,7 +7,7 @@
 std::string Init::strbuf;
 
 void Init::getSerial(){
-    osEvent evt = Global::queue.get();
+    osEvent evt = Global::initqueue.get();
     if(evt.status == osEventMessage){
         char temp = evt.value.v;
         strbuf.push_back(temp);