bootloader: Make run() function return a bool.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 07:57:33 +0000 (09:57 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
The return value indicates if the caller should continue to call
the function. It only returns false once COMMAND_START_APP is seen.

The idea is that after run() returns false, the we can jump to the
application code.


No differences found