From 87f45e060ee6ede655dfff29318ff9c392f8d2fb Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Mon, 27 Apr 2026 22:36:59 -0400 Subject: [PATCH] Device: RADGalaxy2: Adjust bootloader pipeline --- include/icsneo/device/tree/radgalaxy2/radgalaxy2.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/icsneo/device/tree/radgalaxy2/radgalaxy2.h b/include/icsneo/device/tree/radgalaxy2/radgalaxy2.h index 3162607..a4b3679 100644 --- a/include/icsneo/device/tree/radgalaxy2/radgalaxy2.h +++ b/include/icsneo/device/tree/radgalaxy2/radgalaxy2.h @@ -89,9 +89,7 @@ public: .add(ChipID::RAD_GALAXY_2_ZMPCHIP_ID, BootloaderCommunication::RAD) .add(ChipID::RAD_GALAXY_2_ZMPCHIP_ID) .add() - .add(ChipID::RADGALAXY2_SYSMON_CHIP, BootloaderCommunication::RADGalaxy2Peripheral) - .add() - .add(std::chrono::milliseconds(3000)); + .add(ChipID::RADGALAXY2_SYSMON_CHIP, BootloaderCommunication::RADGalaxy2Peripheral); } protected: