diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 02:03:13 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 02:03:13 -0700 |
commit | 9f960f2ef4257ffc0bf367a858d10a58f6ceaf45 (patch) | |
tree | cb7dd43bfc5f187bd44be71854daf901831bbcaf /mycan.c | |
parent | f47b05ac78c2ddc987e1e104ae02dbef91bbbc8f (diff) |
Update comments
Diffstat (limited to 'mycan.c')
-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); |