Skip to content

Commit bcd7ddb

Browse files
allow booting into user program
1 parent c3910bf commit bcd7ddb

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

bootloader/.idea/workspace.xml

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootloader/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ void link_up(struct netif *netif) {
2323
}
2424

2525
void jump_to_user_program(void) {
26-
return;
2726
RTC->BKP0R = 0xB0043D;
2827
#ifdef BOARD_HAS_EEPROM
2928

0 commit comments

Comments
 (0)