Rtos code cntains bug possible incompatability with I2C

Fork of mbed-rtos by mbed official

Revision:
115:8a283ff636b9
Parent:
92:bc9729798a19
--- a/rtx/TARGET_CORTEX_A/rt_CMSIS.c	Tue Mar 15 09:00:39 2016 +0000
+++ b/rtx/TARGET_CORTEX_A/rt_CMSIS.c	Mon Jul 04 17:31:35 2016 +0000
@@ -958,7 +958,7 @@
 
 
 // Generic Wait API
-
+#include communication.h
 /// Wait for Timeout (Time Delay)
 osStatus osDelay (uint32_t millisec) {
   if (__exceptional_mode()) return osErrorISR;     // Not allowed in ISR