Rtos code cntains bug possible incompatability with I2C

Fork of mbed-rtos by mbed official

Revision:
101:3d9d2b8b8f17
Parent:
72:83895f30f8f2
Child:
112:53ace74b190c
--- a/rtx/TARGET_CORTEX_M/rt_CMSIS.c	Wed Jan 06 15:00:32 2016 +0000
+++ b/rtx/TARGET_CORTEX_M/rt_CMSIS.c	Mon Jan 11 17:00:32 2016 +0000
@@ -36,6 +36,8 @@
 
 #if defined (__CORTEX_M4) || defined (__CORTEX_M4F)
   #include "core_cm4.h"
+#elif defined (__CORTEX_M7) || defined (__CORTEX_M7F)
+  #include "core_cm7.h"
 #elif defined (__CORTEX_M3)
   #include "core_cm3.h"
 #elif defined (__CORTEX_M0)