mbed library sources for GR-PEACH rev.B.

Fork of mbed-src by mbed official

Revision:
182:242346c42295
Parent:
178:a873352662d8
Child:
227:7bd0639b8911
--- a/targets/hal/TARGET_Freescale/TARGET_KLXX/i2c_api.c	Wed May 07 13:15:08 2014 +0100
+++ b/targets/hal/TARGET_Freescale/TARGET_KLXX/i2c_api.c	Wed May 07 13:30:07 2014 +0100
@@ -97,7 +97,7 @@
 }
 
 static int timeout_status_poll(i2c_t *obj, uint32_t mask) {
-    uint32_t i, timeout = 1000;
+    uint32_t i, timeout = 100000;
     
     for (i = 0; i < timeout; i++) {
         if (obj->i2c->S & mask)