Demo
Dependents: A_TeseoLocationNEW A_TeseoLocation
Revision 5:d91199cfc6a4, committed 2020-01-31
- Comitter:
- HarryKeane
- Date:
- Fri Jan 31 13:24:41 2020 +0000
- Parent:
- 4:9d0addf682f0
- Commit message:
- Not sure what to write here ;
Changed in this revision
Components/Teseo/Teseo.cpp | Show annotated file Show diff for this revision Revisions of this file |
TeseoConfig.h | Show annotated file Show diff for this revision Revisions of this file |
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 } } }
diff -r 9d0addf682f0 -r d91199cfc6a4 TeseoConfig.h --- a/TeseoConfig.h Thu Feb 14 11:37:40 2019 +0000 +++ b/TeseoConfig.h Fri Jan 31 13:24:41 2020 +0000 @@ -5,7 +5,7 @@ * @version V1.0 * @date May, 2017 * @brief Configuration header file for the X_NUCLEO_PLC01A1 expansion board. - ****************************************************************************** + ********************************F********************************************** * @attention * * <h2><center>© COPYRIGHT(c) 2017 STMicroelectronics</center></h2>