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.
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 |
--- 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
}
}
}
--- 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>