Skip to content

Commit 7066734

Browse files
committed
I2C test: change slave address
This avoids conflicts with slave on ci-test-shield
1 parent 20c9af8 commit 7066734

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#error [NOT_SUPPORTED] Target has only one I2C instance
2323
#endif
2424

25-
#define ADDR (0xA0)
25+
#define ADDR (0x80)
2626
#define FREQ 100000
2727

2828
// ********************************************************

0 commit comments

Comments
 (0)