Skip to content

Commit

Permalink
Removed infinite sleep to actually jump into user program
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein committed Oct 4, 2024
1 parent 7ba111c commit f3f5519
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ int main(void) {
// Start the actual Bootloader Task
InitBootloaderThread();

chThdSleep(TIME_INFINITE);

uint32_t sleep_count = 1000 / 100;
while (sleep_count-- > 0) {
chThdSleep(TIME_MS2I(100));
Expand Down

0 comments on commit f3f5519

Please sign in to comment.