Skip to content

Commit 63cd036

Browse files
committed
Change slave address in I2C master slave asynch test
Change test slave address to 0x80 because 0x90 is used by a real slave (temperature sensor) on few boards like the CI shield.
1 parent ce9d252 commit 63cd036

File tree

1 file changed

+1
-1
lines changed
  • features/unsupported/tests/mbed/i2c_master_slave_asynch

1 file changed

+1
-1
lines changed

features/unsupported/tests/mbed/i2c_master_slave_asynch/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#error [NOT_SUPPORTED] I2C Async is not supported
1515
#endif
1616

17-
#define ADDR (0x90)
17+
#define ADDR (0x80)
1818
#define FREQ 100000
1919
#define SIZE 10
2020

0 commit comments

Comments
 (0)