Skip to content

Commit 3fc974f

Browse files
TreeNewbeerme-no-dev
authored andcommitted
bugfix(touchpad):swap touch8 and touch9 espressif#3584 (espressif#3620)
1 parent 9ad8607 commit 3fc974f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/esp32/esp32-hal-gpio.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ const DRAM_ATTR esp32_gpioMux_t esp32_gpioMux[GPIO_PIN_COUNT]={
5959
{0, -1, -1, -1},
6060
{0, -1, -1, -1},
6161
{0, -1, -1, -1},
62-
{0x1c, 9, 4, 9},
63-
{0x20, 8, 5, 8},
62+
{0x1c, 9, 4, 8},
63+
{0x20, 8, 5, 9},
6464
{0x14, 4, 6, -1},
6565
{0x18, 5, 7, -1},
6666
{0x04, 0, 0, -1},

0 commit comments

Comments
 (0)