Helmut Schmücker / I2cRtosDriver

Dependencies:   mbed-rtos

Fork of mbed-RtosI2cDriver by Helmut Schmücker

Revision:
13:530968937ccb
Parent:
12:6ddadcbbdca2
Child:
14:352609d395c1
--- a/I2CDriverTest04.h	Fri May 10 07:34:24 2013 +0000
+++ b/I2CDriverTest04.h	Fri May 10 20:38:35 2013 +0000
@@ -63,7 +63,7 @@
 #elif defined(TARGET_LPC11U24)
     const int nTest=5;
     const int freq[nTest]=  {1e5,   1e5,    4e5,   4e5,    4e5    };
-    const int len[nTest]=   {1,     4,      1,      6,     16};
+    const int len[nTest]=   {1,     6,      1,      6,     32};
 #endif
     for(int i=0; i<nTest; ++i) {
         g_freq = freq[i];