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 53fa17b commit d79c18fCopy full SHA for d79c18f
libraries/SFU/src/SFU.cpp
@@ -21,7 +21,7 @@
21
#include "SFU.h"
22
23
__attribute__ ((section(".sketch_boot")))
24
-uint8_t const SFU_BOOT[0x8000] = {
+unsigned char SFU_BOOT[0x8000] = {
25
#if defined(ARDUINO_SAMD_MKRZERO)
26
#include "boot/mkrzero.h"
27
#elif defined(ARDUINO_SAMD_MKR1000)
0 commit comments