aboutsummaryrefslogtreecommitdiff
path: root/mycan.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-13 02:03:13 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-13 02:03:13 -0700
commit9f960f2ef4257ffc0bf367a858d10a58f6ceaf45 (patch)
treecb7dd43bfc5f187bd44be71854daf901831bbcaf /mycan.c
parentf47b05ac78c2ddc987e1e104ae02dbef91bbbc8f (diff)
Update comments
Diffstat (limited to 'mycan.c')
-rw-r--r--mycan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mycan.c b/mycan.c
index a921c2a..3eccce7 100644
--- a/mycan.c
+++ b/mycan.c
@@ -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);