Skip to content

Commit e8541e8

Browse files
committed
fix end of file issue
1 parent 28296f9 commit e8541e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/wiznet_w5100s_evb_pico/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO16)
77

88
#define DEFAULT_UART_BUS_RX (&pin_GPIO1)
9-
#define DEFAULT_UART_BUS_TX (&pin_GPIO0)
9+
#define DEFAULT_UART_BUS_TX (&pin_GPIO0)

0 commit comments

Comments
 (0)