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

Dependents:   NervousPuppySprintOne NervousPuppySprint2602

Fork of mbed-rtos by mbed official

Revision:
63:f535c468d377
Parent:
40:bd07334df5b1
--- a/rtos/Queue.h	Mon Jan 12 19:30:32 2015 +0000
+++ b/rtos/Queue.h	Tue Jan 13 16:07:47 2015 +0000
@@ -26,7 +26,7 @@
 #include <string.h>
 
 #include "cmsis_os.h"
-#include "mbed_error.h"
+#include "error.h"
 
 namespace rtos {