mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3428 from LMESTM/fix_i2c_asynch_test_slave_addr
Change slave address in I2C master slave asynch testpull/3451/head
commit
e182ff48b6
|
|
@ -14,7 +14,7 @@
|
||||||
#error [NOT_SUPPORTED] I2C Async is not supported
|
#error [NOT_SUPPORTED] I2C Async is not supported
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ADDR (0x90)
|
#define ADDR (0x80)
|
||||||
#define FREQ 100000
|
#define FREQ 100000
|
||||||
#define SIZE 10
|
#define SIZE 10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue