Rtos code cntains bug possible incompatability with I2C

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
gelmes
Date:
Mon Jul 04 17:31:35 2016 +0000
Parent:
107:bdd541595fc5
Commit message:
Working Version

Changed in this revision

rtx/TARGET_CORTEX_A/rt_CMSIS.c Show annotated file Show diff for this revision Revisions of this file
--- 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