Demo

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Files at this revision

API Documentation at this revision

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>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>