mbed-rtos // fixed error.h

Dependents:   USBHost

Fork of mbed-rtos by mbed official

Revision:
76:4c40a1782881
Parent:
8:88a1a9c26ae3
--- a/rtos/Queue.h	Tue Nov 19 09:00:05 2013 +0000
+++ b/rtos/Queue.h	Mon May 04 15:00:56 2015 +0000
@@ -26,7 +26,7 @@
 #include <string.h>
 
 #include "cmsis_os.h"
-#include "error.h"
+#include "mbed_error.h"
 
 namespace rtos {