a
Fork of mbed-rtos by
Revision 124:59573e78fcc4, committed 2017-05-19
- Comitter:
- artpes
- Date:
- Fri May 19 14:45:03 2017 +0000
- Parent:
- 29:5dfe422a963d
- Child:
- 125:23ce2f4ef62d
- Commit message:
- fix
Changed in this revision
| rtos/Mutex.cpp | Show annotated file Show diff for this revision Revisions of this file |
| rtos/Queue.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtos/Mutex.cpp Tue Apr 29 17:00:22 2014 +0100
+++ b/rtos/Mutex.cpp Fri May 19 14:45:03 2017 +0000
@@ -22,7 +22,7 @@
#include "Mutex.h"
#include <string.h>
-#include "error.h"
+//#include "error.h"
namespace rtos {
--- a/rtos/Queue.h Tue Apr 29 17:00:22 2014 +0100
+++ b/rtos/Queue.h Fri May 19 14:45:03 2017 +0000
@@ -26,7 +26,7 @@
#include <string.h>
#include "cmsis_os.h"
-#include "error.h"
+//#include "error.h"
namespace rtos {
