Skip to content

Commit

Permalink
* improve uart0 tx drive capability
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed Aug 2, 2024
1 parent 1069419 commit ab37fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/peripheral/port/maixcam/maix_pinmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ namespace maix::peripheral::pinmap
set_pinmux(0x0300190c, 0x44);
} else if (func == "UART0_TX") {
set_pinmux(0x03001040, 0);
set_pinmux(0x0300190c, 0x44);
set_pinmux(0x0300190c, 0x84);
} else if (func == "PWM4") {
set_pinmux(0x03001040, 2);
set_pinmux(0x0300190c, 0x84);
Expand Down

0 comments on commit ab37fc0

Please sign in to comment.