1
0
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:
Alexandre Abadie 2017-11-05 21:32:04 +01:00 committed by GitHub
commit 5fe06c806a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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