mbed school / mbed-rtos-old

Dependents:   mbed_thread

Fork of mbed-rtos by mbed official

Revision:
63:0c8426fdeb21
Parent:
8:88a1a9c26ae3
Child:
36:512640f00564
diff -r ee87e782d34f -r 0c8426fdeb21 rtos/Mutex.cpp
--- a/rtos/Mutex.cpp	Wed Sep 11 20:15:08 2013 +0100
+++ b/rtos/Mutex.cpp	Sat Feb 14 04:32:21 2015 +0000
@@ -22,7 +22,7 @@
 #include "Mutex.h"
 
 #include <string.h>
-#include "error.h"
+#include "mbed_error.h"
 
 namespace rtos {