diff --git a/firmware/controllers/trigger/decoders/trigger_structure.cpp b/firmware/controllers/trigger/decoders/trigger_structure.cpp index 96eb7138bb..e55d03d547 100644 --- a/firmware/controllers/trigger/decoders/trigger_structure.cpp +++ b/firmware/controllers/trigger/decoders/trigger_structure.cpp @@ -184,8 +184,6 @@ extern bool printTriggerDebug; #endif void TriggerWaveform::calculateExpectedEventCounts(bool useOnlyRisingEdgeForTrigger) { - UNUSED(useOnlyRisingEdgeForTrigger); - if (!useOnlyRisingEdgeForTrigger) { for (size_t i = 0; i < efi::size(expectedEventCount); i++) { if (expectedEventCount[i] % 2 != 0) {