med rtos libraries

Dependents:   ECE4333Lab3

Fork of mbed-rtos by mbed official

Revision:
102:d8acffcb4403
Parent:
90:21b438192b0f
--- 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 {