med rtos libraries
Fork of mbed-rtos by
Diff: rtos/Mutex.cpp
- Revision:
- 102:d8acffcb4403
- Parent:
- 40:bd07334df5b1
--- a/rtos/Mutex.cpp Mon Jan 11 17:00:32 2016 +0000
+++ b/rtos/Mutex.cpp Wed Feb 03 17:24:45 2016 +0000
@@ -20,9 +20,8 @@
* SOFTWARE.
*/
#include "Mutex.h"
-
#include <string.h>
-#include "mbed_error.h"
+#include "error.h"
namespace rtos {
