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

Dependents:   NervousPuppySprintOne NervousPuppySprint2602

Fork of mbed-rtos by mbed official

Revision:
62:3b7770ca2984
Parent:
40:bd07334df5b1
--- a/rtos/Mutex.cpp	Mon Jan 12 08:15:33 2015 +0000
+++ b/rtos/Mutex.cpp	Mon Jan 12 19:30:32 2015 +0000
@@ -22,7 +22,7 @@
 #include "Mutex.h"
 
 #include <string.h>
-#include "mbed_error.h"
+#include "error.h"
 
 namespace rtos {