Skip to content

Commit b8da11d

Browse files
committed
fixup! boards: add Wemos D1 R32 board (ESPDuino-32)
1 parent 59525bd commit b8da11d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

boards/esp32-wemos-d1-r32/include/gpio_params.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,6 @@
2323
extern "C" {
2424
#endif
2525

26-
/**
27-
* @brief Button configuration
28-
*/
29-
static const saul_gpio_params_t saul_gpio_params[] =
30-
{
31-
{
32-
.name = "BOOT",
33-
.pin = BTN0_PIN,
34-
.mode = BTN0_MODE,
35-
.flags = SAUL_GPIO_INVERTED
36-
},
37-
};
38-
3926
/**
4027
* @brief LED configuration
4128
*/

0 commit comments

Comments
 (0)