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
Diff: rtos/Thread.cpp
- Revision:
- 102:d8acffcb4403
- Parent:
- 90:21b438192b0f
diff -r 3d9d2b8b8f17 -r d8acffcb4403 rtos/Thread.cpp
--- a/rtos/Thread.cpp Mon Jan 11 17:00:32 2016 +0000
+++ b/rtos/Thread.cpp Wed Feb 03 17:24:45 2016 +0000
@@ -21,7 +21,7 @@
*/
#include "Thread.h"
-#include "mbed_error.h"
+#include "error.h"
namespace rtos {
