Skip to content

Commit a87b134

Browse files
committed
fix comment
1 parent e7ac590 commit a87b134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/raspberrypi/rp2xxx/src/hal/pins.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ pub const GlobalConfiguration = struct {
512512
pin.set_pull(.disabled);
513513
pin.set_input_enabled(false);
514514
} else if (comptime func.is_uart_tx() or func.is_uart_rx()) {
515-
// TODO: Handle pins that can be used as uart on their secondary pinsel
515+
// TODO: Handle pins that can be used with an alternate uart function
516516
pin.set_function(.uart);
517517
} else if (comptime func.is_spi()) {
518518
pin.set_function(.spi);

0 commit comments

Comments
 (0)