Updated test MBED_A4 (i2c_TMP102) with LPC2368 target

pull/293/head
Przemek Wirkus 2014-04-30 13:52:45 +01:00
parent c62f8cd1d1
commit d0b7f3009d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ TMP102 temperature(D10, D11, 0x90);
TMP102 temperature(p9, p10, 0x90);
#elif defined(TARGET_LPC2368)
TMP102 temperature(p9, p10, 0x90);
TMP102 temperature(p28, p27, 0x90);
#else
TMP102 temperature(p28, p27, 0x90);