Skip to content

Navigation Menu

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 filesBrowse files
TreeNewbeerme-no-dev
authored andcommitted
bugfix(touchpad):swap touch8 and touch9 espressif#3584 (espressif#3620)
1 parent 9ad8607 commit 3fc974f
Copy full SHA for 3fc974f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cores/esp32/esp32-hal-gpio.c

Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-gpio.c
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.