Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Sep 26, 2024
1 parent 30659b3 commit f23452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uCNC/src/interface/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ void protocol_send_cnc_settings(void)
}

#ifdef ENABLE_SETTINGS_MODULES
EVENT_INVOKE(protocol_cnc_settings, NULL);
EVENT_INVOKE(protocol_send_cnc_settings, NULL);

#endif
protocol_busy = false;
Expand Down

0 comments on commit f23452e

Please sign in to comment.