Skip to content

Commit

Permalink
Fix output format
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Dec 19, 2023
1 parent f0e1154 commit 0069505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfrog-motordriver/communication.c
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ int32_t extended_command_analyze(char* data)
send("; \nINITIODATA:");
nhex(val, saved_param.io_data, 2);
send(val);
send("SOFTBRAKEMS");
send("; \nSOFTBRAKEMS:");
itoa10(val, saved_param.soft_brake_ms);
send(val);
send("; \n\n");
Expand Down

0 comments on commit 0069505

Please sign in to comment.