Modified by Osama Ashaikh

Fork of mbed-rtos by mbed official

Revision:
121:33cea2f9dfee
Parent:
100:c837dbc4020a
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Mon Jan 11 17:00:32 2016 +0000
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Fri Sep 02 02:10:10 2016 +0000
@@ -31,7 +31,7 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *---------------------------------------------------------------------------*/
-#include "mbed_error.h"
+//#include "mbed_error.h"
 
 #if   defined (__CC_ARM)
 #pragma O3
@@ -158,7 +158,7 @@
 
   if (nr_mutex >= OS_MUTEXCNT) {
     /* If you are here, you need to increase the number OS_MUTEXCNT. */
-    error("Not enough stdlib mutexes\n");
+    //////error("Not enough stdlib mutexes\n");
   }
   *mutex = &std_libmutex[nr_mutex++];
   mutex_init (*mutex);