From 5fd8fa2b61d80fbe6742171869503db571090d15 Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 2 Mar 2026 22:57:03 +0100 Subject: [PATCH] format --- can/can.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/can/can.ino b/can/can.ino index d332ae9..29e1e2a 100644 --- a/can/can.ino +++ b/can/can.ino @@ -78,7 +78,7 @@ void loop() { } current_time = millis(); - if( current_time - previous_time >= timing){ + if (current_time - previous_time >= timing) { previous_time = current_time; lcd.setCursor(0, 0); lcd.print("Vitesse = ");