Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-rtos by
Diff: rtos/Mutex.cpp
- Revision:
- 121:33cea2f9dfee
- Parent:
- 40:bd07334df5b1
diff -r 3d9d2b8b8f17 -r 33cea2f9dfee rtos/Mutex.cpp
--- a/rtos/Mutex.cpp Mon Jan 11 17:00:32 2016 +0000
+++ b/rtos/Mutex.cpp Fri Sep 02 02:10:10 2016 +0000
@@ -22,7 +22,7 @@
#include "Mutex.h"
#include <string.h>
-#include "mbed_error.h"
+//#include "mbed_error.h"
namespace rtos {
@@ -33,7 +33,7 @@
#endif
_osMutexId = osMutexCreate(&_osMutexDef);
if (_osMutexId == NULL) {
- error("Error initializing the mutex object\n");
+ //error("Error initializing the mutex object\n");
}
}
