Demo
Dependents: A_TeseoLocationNEW A_TeseoLocation
Diff: Components/Teseo/Teseo.cpp
- Revision:
- 5:d91199cfc6a4
- Parent:
- 3:2d568ec8da14
diff -r 9d0addf682f0 -r d91199cfc6a4 Components/Teseo/Teseo.cpp --- 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 } } }