We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6648a commit 265b8b4Copy full SHA for 265b8b4
libraries/SNU/src/SNU.cpp
@@ -24,6 +24,8 @@ __attribute__ ((section(".sketch_boot")))
24
unsigned char sduBoot[0x4000] = {
25
#if defined(ARDUINO_SAMD_MKRWIFI1010)
26
#include "boot/mkrwifi1010.h"
27
+#elif defined(ARDUINO_SAMD_MKRVIDOR4000)
28
+ #include "boot/mkrvidor4000.h"
29
#else
30
#error "Unsupported board!"
31
#endif
0 commit comments