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.
Fork of mbed-rtos by
Revision 126:ba077baf0697, committed 2018-02-12
- 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"