Skip to content
Snippets Groups Projects
Commit 081c4a9c authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

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

parent 484572f8
Branches
Tags
No related merge requests found
...@@ -41,7 +41,7 @@ static const saul_gpio_params_t saul_gpio_params[] = ...@@ -41,7 +41,7 @@ static const saul_gpio_params_t saul_gpio_params[] =
.name = "BUT1", .name = "BUT1",
.pin = BUTTON0_PIN, .pin = BUTTON0_PIN,
.mode = GPIO_IN, .mode = GPIO_IN,
.flags = 0 .flags = SAUL_GPIO_INVERTED
}, },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment