Skip to content

Commit

Permalink
allow booting into user program
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein committed Oct 30, 2024
1 parent c3910bf commit bcd7ddb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
17 changes: 7 additions & 10 deletions bootloader/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ void link_up(struct netif *netif) {
}

void jump_to_user_program(void) {
return;
RTC->BKP0R = 0xB0043D;
#ifdef BOARD_HAS_EEPROM

Expand Down

0 comments on commit bcd7ddb

Please sign in to comment.