mbed-rtos

Dependents:   YOZAKURA_ARM

Fork of mbed-rtos by mbed official

Revision:
70:923739f38354
Parent:
8:88a1a9c26ae3
--- a/rtos/Semaphore.cpp	Tue Mar 31 09:46:05 2015 +0000
+++ b/rtos/Semaphore.cpp	Thu Apr 16 02:36:31 2015 +0000
@@ -22,7 +22,7 @@
 #include "Semaphore.h"
 
 #include <string.h>
-#include "error.h"
+#include "mbed_error.h"
 
 namespace rtos {