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.
2 parents ad3a3c8 + 8d5b07f commit 9fa6f56Copy full SHA for 9fa6f56
envie/target_init.cpp
@@ -25,6 +25,8 @@ volatile const uint8_t bootloader_data[] __attribute__ ((section (".bootloader_v
25
PORTENTA_EXTCLOCK,
26
};
27
28
+volatile const uint8_t bootloader_identifier[] __attribute__ ((section (".bootloader_identification"), used)) = "MCUBoot Arduino";
29
+
30
static bool double_tap_flag = true;
31
volatile uint8_t ledKeepValue = 0;
32
volatile uint8_t ledTargetValue = 20;
0 commit comments