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:
parent
484572f881
commit
081c4a9c90
@ -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
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user