Skip to content

Commit 0ae5be8

Browse files
authored
corrected board family on rapid0_adcs mpconfigboard.mk file
1 parent 26e838b commit 0ae5be8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ports/atmel-samd/boards/rapid0_adcs/mpconfigboard.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
USB_VID = 0x239A
2-
USB_PID = 0x8021
1+
USB_VID = 0x239A # should change as this is adafruit's vendor ID
2+
USB_PID = 0x8021 # similar to above
33
USB_PRODUCT = "RAPID-0 ADCS"
44
USB_MANUFACTURER = "Bruin Spacecraft Group"
55

6-
CHIP_VARIANT = SAMD51J19A
6+
CHIP_VARIANT = SAMD51N20
77
CHIP_FAMILY = samd51
88

99
QSPI_FLASH_FILESYSTEM = 1

0 commit comments

Comments
 (0)