From 363ffbcaf8024c89b61cdfdc963023f4bed6d642 Mon Sep 17 00:00:00 2001 From: devdl11 Date: Fri, 20 May 2022 11:43:40 +0200 Subject: [PATCH] Removing debug led --- ion/src/device/bootloader/boot/rt0.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ion/src/device/bootloader/boot/rt0.cpp b/ion/src/device/bootloader/boot/rt0.cpp index 2e242cd8a..02dcc5a19 100644 --- a/ion/src/device/bootloader/boot/rt0.cpp +++ b/ion/src/device/bootloader/boot/rt0.cpp @@ -169,10 +169,6 @@ void __attribute__((noinline)) __attribute__((section(".recovery_boot"))) __attr Ion::Device::Board::init(); - if (is_recoverying) { - Ion::LED::setColor(KDColorBlue); - } - jump_to_external_flash(); abort();