1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

tests: fix for u8g2 default I2C address.

This commit is contained in:
Bas Stottelaar 2017-11-05 18:54:12 +01:00
parent 10292cf9fa
commit 9428034fc8

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