diff options
-rw-r--r-- | mycan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ int main(int argc, char **argv) if(t>t_before) { t_before=t; - // Maybe better if concat strings and print all at once, but it would be more complicated, I tried, see git log + // Maybe better if concat strings and print all at once, but it would be more complicated, I tried, see commit a4dcf5ba5a fprintf(fp,"%u",t); decode_can_0x630_BMS_M1_Cell_1_Voltage(&obj,&out); fprintf(fp,",%6.4f",out); |