Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karelv committed Feb 2, 2024
1 parent ac0a669 commit aae3c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i2c-stick-arduino/i2c_stick_cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ handle_cmd(uint8_t channel_mask, const char *cmd)
} else
{
send_answer_chunk(channel_mask, this_cmd, 0);
send_answer_chunk(channel_mask, ":FAIL:pwm invalid pin_num", 1);
send_answer_chunk(channel_mask, ":FAIL:invalid pin_no", 1);
}
return NULL;
}
Expand Down

0 comments on commit aae3c67

Please sign in to comment.