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