Skip to content

Commit 92e07ec

Browse files
deadprogramaykevl
authored andcommitted
machine/samd51: update to accomodate differences in updated SVD files for from main CMSIS-SVD repo
Signed-off-by: Ron Evans <[email protected]>
1 parent be40c38 commit 92e07ec

File tree

5 files changed

+231
-770
lines changed

5 files changed

+231
-770
lines changed

src/machine/board_itsybitsy-m4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const (
7474

7575
// SPI on the ItsyBitsy M4.
7676
var (
77-
SPI0 = SPI{Bus: sam.SERCOM1_SPI,
77+
SPI0 = SPI{Bus: sam.SERCOM1_SPIM,
7878
SCK: SPI0_SCK_PIN,
7979
MOSI: SPI0_MOSI_PIN,
8080
MISO: SPI0_MISO_PIN,

0 commit comments

Comments
 (0)