You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#error "board_definitions.h: Missing dependency or unsupported chip. Please install CMSIS-Atmel from MattairTech (see Prerequisites for Building in README.md)."
Copy file name to clipboardExpand all lines: bootloaders/zero/board_driver_usb.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
#elif (SAML21)
39
39
#defineGCM_USB (0x04U)
40
40
#else
41
-
#error "board_driver_usb.c: Unsupported chip"
41
+
#error "board_driver_usb.c: Missing dependency or unsupported chip. Please install CMSIS-Atmel from MattairTech (see Prerequisites for Building in README.md)."
#error "sam_ba_serial.c: Missing dependency or unsupported chip. Please install CMSIS-Atmel from MattairTech (see Prerequisites for Building in README.md)."
74
74
#endif
75
75
76
76
/* Set GCLK_GEN0 as source for GCLK_ID_SERCOMx_CORE */
0 commit comments