Skip to content

Commit 3dabf4c

Browse files
committed
Add comment about RTL8720
1 parent 0c7bfff commit 3dabf4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/machine/board_wioterminal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ const (
402402
SPI0_MOSI_PIN = MOSI // MOSI: SERCOM5/PAD[0]
403403
SPI0_MISO_PIN = MISO // MISO: SERCOM5/PAD[2]
404404

405+
// RTL8720D
405406
SPI1_SCK_PIN = SCK1 // SCK: SERCOM0/PAD[1]
406407
SPI1_MOSI_PIN = MOSI1 // MOSI: SERCOM0/PAD[0]
407408
SPI1_MISO_PIN = MISO1 // MISO: SERCOM0/PAD[2]

0 commit comments

Comments
 (0)