Skip to content

Commit

Permalink
Fix rp2xxx UART0_TX available pins (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrfila authored Feb 14, 2025
1 parent deee0dd commit b3c6cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/raspberrypi/rp2xxx/src/hal/pins.zig
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const function_table = [@typeInfo(Function).Enum.fields.len][30]u1{
list(&.{ 9, 13, 25, 29 }), // SPI1_CSn
list(&.{ 10, 14, 26 }), // SPI1_SCK
list(&.{ 11, 15, 27 }), // SPI1_TX
list(&.{ 0, 11, 16, 28 }), // UART0_TX
list(&.{ 0, 12, 16, 28 }), // UART0_TX
list(&.{ 1, 13, 17, 29 }), // UART0_RX
list(&.{ 2, 14, 18 }), // UART0_CTS
list(&.{ 3, 15, 19 }), // UART0_RTS
Expand Down

0 comments on commit b3c6cfd

Please sign in to comment.