diff --git a/src/main/cli/cli.c b/src/main/cli/cli.c index e12cae2ae6..0090b0fa3f 100644 --- a/src/main/cli/cli.c +++ b/src/main/cli/cli.c @@ -1628,7 +1628,7 @@ static void cliSerialPassthrough(const char *cmdName, char *cmdline) cliPrintLinef("Forwarding, power cycle %sto exit.", resetMessage); - if ((ports[1].id == SERIAL_PORT_USB_VCP)) { + if (ports[1].id == SERIAL_PORT_USB_VCP) { do { if (port1ResetOnDtr) { serialSetCtrlLineStateCb(ports[1].port, cbCtrlLine_reset, NULL);