Demo

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Revision:
5:d91199cfc6a4
Parent:
3:2d568ec8da14
--- a/Components/Teseo/Teseo.cpp	Thu Feb 14 11:37:40 2019 +0000
+++ b/Components/Teseo/Teseo.cpp	Fri Jan 31 13:24:41 2020 +0000
@@ -326,7 +326,7 @@
       msg->buf[msg->len++] = c;
 
     } else {
-      Thread::yield(); //wait_us(100); Allow other threads to run
+      ThisThread::yield(); //wait_us(100); Allow other threads to run
     }
   }
 }