Edited Version of mbed-rtos so that it actually works.

Dependents:   NervousPuppySprintOne NervousPuppySprint2602

Fork of mbed-rtos by mbed official

Revision:
62:3b7770ca2984
Parent:
59:28712e303960
diff -r 9387d4c49609 -r 3b7770ca2984 rtos/Thread.cpp
--- a/rtos/Thread.cpp	Mon Jan 12 08:15:33 2015 +0000
+++ b/rtos/Thread.cpp	Mon Jan 12 19:30:32 2015 +0000
@@ -21,7 +21,7 @@
  */
 #include "Thread.h"
 
-#include "mbed_error.h"
+#include "error.h"
 
 namespace rtos {