We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ac590 commit a87b134Copy full SHA for a87b134
port/raspberrypi/rp2xxx/src/hal/pins.zig
@@ -512,7 +512,7 @@ pub const GlobalConfiguration = struct {
512
pin.set_pull(.disabled);
513
pin.set_input_enabled(false);
514
} 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
+ // TODO: Handle pins that can be used with an alternate uart function
516
pin.set_function(.uart);
517
} else if (comptime func.is_spi()) {
518
pin.set_function(.spi);
0 commit comments