Skip to content

Commit

Permalink
backup mode: add a trace to inform if backup mode is enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Desroches <[email protected]>
  • Loading branch information
ldesroches committed Aug 16, 2017
1 parent 7d22dc9 commit 88282c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ int main(void)
/* ...jump to Linux here */
return ret;
}
usart_puts("Backup mode enabled\n");
#endif

#ifdef CONFIG_HW_DISPLAY_BANNER
Expand Down

0 comments on commit 88282c6

Please sign in to comment.