From: Stephan Baerwolf Date: Wed, 11 Sep 2013 23:03:34 +0000 (+0200) Subject: introduce new feature: BOOTLOADER_ABORTTIMEOUTONACT X-Git-Tag: testing-head~18 X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/commitdiff_plain/d7ac76b34c7ead103afb231d705976faa5c4beae?hp=d7ac76b34c7ead103afb231d705976faa5c4beae introduce new feature: BOOTLOADER_ABORTTIMEOUTONACT When defined, the bootloader will abort the timeout when it sees some activity (bootLoaderConditionSimple() or programming). After aborting timeout, the bootloader falls back to conventional exitting. By default this feature is deactivated. Activate it via the "DEFINES" varibale within Makefile.inc. There add: -DCONFIG_HAVE__BOOTLOADER_ABORTTIMEOUTONACT Signed-off-by: Stephan Baerwolf ---