aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);