Skip to content

Commit 896aed7

Browse files
committed
Include SNU second stage bootloader for MKR VIDOR 4000 which also has a NINA W102 module
1 parent e5a588e commit 896aed7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: libraries/SNU/src/SNU.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ __attribute__ ((section(".sketch_boot")))
2424
unsigned char sduBoot[0x4000] = {
2525
#if defined(ARDUINO_SAMD_MKRWIFI1010)
2626
#include "boot/mkrwifi1010.h"
27+
#elif defined(ARDUINO_SAMD_MKRVIDOR4000)
28+
#include "boot/mkrvidor4000.h"
2729
#else
2830
#error "Unsupported board!"
2931
#endif

0 commit comments

Comments
 (0)