error.h to mbed_error.h

Dependents:   ch5_mbed_lightweight_Web_server_dust_sensor

Fork of mbed-rtos by mbed official

Revision:
63:f012639a26ef
Parent:
8:88a1a9c26ae3
diff -r ee87e782d34f -r f012639a26ef rtos/Queue.h
--- a/rtos/Queue.h	Wed Sep 11 20:15:08 2013 +0100
+++ b/rtos/Queue.h	Mon Feb 02 07:36:50 2015 +0000
@@ -26,7 +26,7 @@
 #include <string.h>
 
 #include "cmsis_os.h"
-#include "error.h"
+#include "mbed_error.h"
 
 namespace rtos {