X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/2bdd5099cb391ff24ba3efa351b42e3745a90dc3..d7ac76b34c7ead103afb231d705976faa5c4beae:/firmware/bootloaderconfig.h diff --git a/firmware/bootloaderconfig.h b/firmware/bootloaderconfig.h index 88a24fe..f469f8d 100644 --- a/firmware/bootloaderconfig.h +++ b/firmware/bootloaderconfig.h @@ -347,6 +347,16 @@ these macros are defined, the boot loader usees them. * exit as long as bootLoaderConditionSimple stays on. */ +#ifdef CONFIG_HAVE__BOOTLOADER_ABORTTIMEOUTONACT +#endif +/* + * 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. + */ + #ifdef CONFIG_HAVE__BOOTLOADER_ALWAYSENTERPROGRAMMODE #endif /*