8000 bugfix(touchpad):swap touch8 and touch9 #3584 (#3620) · radiumray/arduino-esp32@3fc974f · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 2 additions & 2 deletions
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)
0