From bcd7ddb6006701bbaf2a6d77512ac8525b863426 Mon Sep 17 00:00:00 2001 From: Clemens Elflein Date: Thu, 31 Oct 2024 00:16:23 +0100 Subject: [PATCH] allow booting into user program --- bootloader/.idea/workspace.xml | 17 +++++++---------- bootloader/main.c | 1 - 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/bootloader/.idea/workspace.xml b/bootloader/.idea/workspace.xml index 57f2b59..729c55d 100644 --- a/bootloader/.idea/workspace.xml +++ b/bootloader/.idea/workspace.xml @@ -5,7 +5,7 @@ { "useNewFormat": true @@ -41,8 +41,8 @@ - + - - - - @@ -192,12 +189,12 @@ file://$PROJECT_DIR$/main.c - 87 + 86 file://$PROJECT_DIR$/main.c - 117 + 116 diff --git a/bootloader/main.c b/bootloader/main.c index 36f196d..17e40f2 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -23,7 +23,6 @@ void link_up(struct netif *netif) { } void jump_to_user_program(void) { - return; RTC->BKP0R = 0xB0043D; #ifdef BOARD_HAS_EEPROM