mbed-rtos

Dependents:   YOZAKURA_ARM

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
yusuke_kyo
Date:
Tue Mar 31 09:46:05 2015 +0000
Parent:
29:5dfe422a963d
Child:
70:923739f38354
Commit message:
mbed-rtos

Changed in this revision

rtos/Queue.h Show annotated file Show diff for this revision Revisions of this file
--- a/rtos/Queue.h	Tue Apr 29 17:00:22 2014 +0100
+++ b/rtos/Queue.h	Tue Mar 31 09:46:05 2015 +0000
@@ -26,7 +26,7 @@
 #include <string.h>
 
 #include "cmsis_os.h"
-#include "error.h"
+#include "mbed_error.h"
 
 namespace rtos {