4180 LabTeam - Spring '18 / mbed-rtos

Dependents:   Lab2_Part4

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
bjs9
Date:
Mon Feb 12 21:17:43 2018 +0000
Parent:
125:5713cbbdb706
Commit message:
mbed-rtos;

Changed in this revision

rtos/RtosTimer.h Show annotated file Show diff for this revision Revisions of this file
rtos/Thread.h Show annotated file Show diff for this revision Revisions of this file
--- a/rtos/RtosTimer.h	Tue Jul 04 13:32:20 2017 +0100
+++ b/rtos/RtosTimer.h	Mon Feb 12 21:17:43 2018 +0000
@@ -25,7 +25,7 @@
 #include <stdint.h>
 #include "cmsis_os.h"
 #include "platform/Callback.h"
-#include "platform/toolchain.h"
+#include "platform/mbed_toolchain.h"
 
 namespace rtos {
 /** \addtogroup rtos */
--- a/rtos/Thread.h	Tue Jul 04 13:32:20 2017 +0100
+++ b/rtos/Thread.h	Mon Feb 12 21:17:43 2018 +0000
@@ -25,7 +25,7 @@
 #include <stdint.h>
 #include "cmsis_os.h"
 #include "platform/Callback.h"
-#include "platform/toolchain.h"
+#include "platform/mbed_toolchain.h"
 #include "rtos/Semaphore.h"
 #include "rtos/Mutex.h"