Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Jul 4, 2024
1 parent 374595c commit 16a543d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uCNC/src/modules/softspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void softspi_start(softspi_port_t *port)
void softspi_stop(softspi_port_t *port)
{
// if port with custom method execute it
if (port->start)
if (port->stop)
{
port->stop();
}
Expand Down

0 comments on commit 16a543d

Please sign in to comment.