From 0069505b13e687ca33e165a2739e834c4d745163 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 19 Dec 2023 18:13:30 +0900 Subject: [PATCH] Fix output format --- tfrog-motordriver/communication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfrog-motordriver/communication.c b/tfrog-motordriver/communication.c index 391c311..a740c3d 100644 --- a/tfrog-motordriver/communication.c +++ b/tfrog-motordriver/communication.c @@ -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");