mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #7927 from basilfx/bugfix/i2c_addresses
tests: u8g2: fix i2c addresses.
This commit is contained in:
commit
5fe06c806a
@ -13,7 +13,7 @@ TEST_OUTPUT ?= 1
|
||||
TEST_I2C ?= 0
|
||||
TEST_SPI ?= 0
|
||||
|
||||
TEST_ADDR ?= 0x78
|
||||
TEST_ADDR ?= 0x3c
|
||||
|
||||
TEST_PIN_CS ?= GPIO_PIN\(0,0\)
|
||||
TEST_PIN_DC ?= GPIO_PIN\(0,0\)
|
||||
|
Loading…
Reference in New Issue
Block a user