Skip to content

Commit 496452b

Browse files
deadprogramaykevl
authored andcommitted
machine/hifive1b: add definitions for UART0 pins
Signed-off-by: deadprogram <[email protected]>
1 parent e86ca20 commit 496452b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/machine/board_hifive1b.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const (
3737

3838
const (
3939
// TODO: figure out the pin numbers for these.
40-
UART_TX_PIN = NoPin
41-
UART_RX_PIN = NoPin
40+
UART_TX_PIN = D1
41+
UART_RX_PIN = D0
4242
)
4343

4444
// SPI pins

0 commit comments

Comments
 (0)