1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/esp32-olimex-evb: configure saul button as inverted

This commit is contained in:
Alexandre Abadie 2019-01-09 12:52:24 +01:00
parent 484572f881
commit 081c4a9c90

View File

@ -41,7 +41,7 @@ static const saul_gpio_params_t saul_gpio_params[] =
.name = "BUT1",
.pin = BUTTON0_PIN,
.mode = GPIO_IN,
.flags = 0
.flags = SAUL_GPIO_INVERTED
},
};