machine/hifive1b: add definitions for UART0 pins

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2020-06-11 21:16:15 +02:00
committed by Ayke
parent e86ca2080d
commit 496452b676
+2 -2
View File
@@ -37,8 +37,8 @@ const (
const (
// TODO: figure out the pin numbers for these.
UART_TX_PIN = NoPin
UART_RX_PIN = NoPin
UART_TX_PIN = D1
UART_RX_PIN = D0
)
// SPI pins