From 68285ff5a3d2fc05c52628d2f7a0ddd1095857ff Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 31 Mar 2023 22:59:53 -0700 Subject: [PATCH] stray paren --- firmware/controllers/trigger/trigger_central.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/trigger/trigger_central.cpp b/firmware/controllers/trigger/trigger_central.cpp index a23debf6ce..97fb7e662f 100644 --- a/firmware/controllers/trigger/trigger_central.cpp +++ b/firmware/controllers/trigger/trigger_central.cpp @@ -749,7 +749,7 @@ void triggerInfo(void) { efiPrintf("primary trigger input: %s", hwPortname(engineConfiguration->triggerInputPins[0])); efiPrintf("primary trigger simulator: %s freq=%d", - hwPortname(engineConfiguration->triggerSimulatorPins[0])), + hwPortname(engineConfiguration->triggerSimulatorPins[0]), engineConfiguration->triggerSimulatorRpm); if (ts->needSecondTriggerInput) {