#ifdef BOOTLOADER_ENABLED
boot_init(); //Initialize the bootloader.
#endif BOOTLOADER_ENABLED
#ifdef BOOTLOADER_ENABLED
boot_call(); //Check for user request to run bootloader.
//App will not return, if Bootloader is requested.
#endif BOOTLOADER_ENABLED