off led before jumping to application
This commit is contained in:
		| @@ -419,6 +419,9 @@ int main(void) | |||||||
|   /*------------- Stop timer and jump to application -------------*/ |   /*------------- Stop timer and jump to application -------------*/ | ||||||
|   app_timer_stop(blinky_timer_id); |   app_timer_stop(blinky_timer_id); | ||||||
|  |  | ||||||
|  |   led_off(LED_BLUE); | ||||||
|  |   led_off(LED_RED); | ||||||
|  |  | ||||||
|   if (bootloader_app_is_valid(DFU_BANK_0_REGION_START) && !bootloader_dfu_sd_in_progress()) |   if (bootloader_app_is_valid(DFU_BANK_0_REGION_START) && !bootloader_dfu_sd_in_progress()) | ||||||
|   { |   { | ||||||
|     // Stop RTC1 |     // Stop RTC1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user