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.
pull/3510/head
Laurent MEUNIER 2016-12-08 09:53:02 +01:00 committed by Anna Bridge
parent ca10f72bf7
commit c93eaf8b55
1 changed files with 1 additions and 1 deletions

View File

@ -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