Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-RtosI2cDriver by
Diff: I2CDriverTest04.h
- 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];