mbed-rtos // fixed error.h

Dependents:   USBHost

Fork of mbed-rtos by mbed official

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