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 2126f7b commit 7b12ae8Copy full SHA for 7b12ae8
app/main.cpp
@@ -107,7 +107,7 @@ static bool valid_application() {
107
108
}
109
110
-int target_debug_init(void) {
+static int debug_init(void) {
111
RTCInit();
112
debug_enabled = ((RTCGetBKPRegister(RTC_BKP_DR7) & 0x00000001) || boot_sel);
113
return 0;
@@ -202,7 +202,7 @@ int start_secure_application(void) {
202
203
204
int main(void) {
205
- target_debug_init();
+ debug_init();
206
207
BOOT_LOG_INF("Starting Arduino bootloader");
208
0 commit comments