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

Dependents:   NervousPuppySprintOne NervousPuppySprint2602

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
SeanDoyle
Date:
Tue Jan 13 16:07:47 2015 +0000
Parent:
62:3b7770ca2984
Commit message:
I changed nothing?

Changed in this revision

rtos/Queue.h Show annotated file Show diff for this revision Revisions of this file
--- 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 {