Remove useless parantheses

Found these a few months ago when I was trying some other optimization. Don't want to make a PR just for this, so I'll just slide it here in this existing PR.
This commit is contained in:
Alex Voinea 2023-04-09 20:31:10 +02:00 committed by Guðni Már Gilbert
parent d175dba669
commit ea7b395852
1 changed files with 1 additions and 1 deletions

View File

@ -7508,7 +7508,7 @@ Sigma_Exit:
{
lang_reset();
SERIAL_ECHO_START;
SERIAL_PROTOCOLPGM(("LANG SEL FORCED"));
SERIAL_PROTOCOLPGM("LANG SEL FORCED");
}
break;
#ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED