machine/samd51: update to accomodate differences in updated SVD files for from main CMSIS-SVD repo

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-10-07 16:44:57 +02:00
committed by Ayke
parent be40c383c8
commit 92e07ec8af
5 changed files with 231 additions and 770 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ const (
// SPI on the ItsyBitsy M4.
var (
SPI0 = SPI{Bus: sam.SERCOM1_SPI,
SPI0 = SPI{Bus: sam.SERCOM1_SPIM,
SCK: SPI0_SCK_PIN,
MOSI: SPI0_MOSI_PIN,
MISO: SPI0_MISO_PIN,