f
Dependents: Active-WolfMan_V2-5-All-Frank-Board-Functions_copy
Revision 124:e645e86173a2, committed 2019-03-08
- Comitter:
- emperord
- Date:
- Fri Mar 08 13:46:18 2019 +0000
- Parent:
- 123:58563e6cba1e
- Commit message:
- fo
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 Mon Nov 14 17:14:42 2016 -0600 +++ b/rtos/RtosTimer.h Fri Mar 08 13:46:18 2019 +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 Mon Nov 14 17:14:42 2016 -0600 +++ b/rtos/Thread.h Fri Mar 08 13:46:18 2019 +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"