From: Tilman Sauerbeck Date: Sun, 7 Jul 2019 07:57:33 +0000 (+0200) Subject: bootloader: Make run() function return a bool. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=2b618b466f5ba3df4bb97afb732d10469c5da3c0;hp=2b618b466f5ba3df4bb97afb732d10469c5da3c0;p=gps-watch.git bootloader: Make run() function return a bool. 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. ---