From c613643f0f94e331bf404b6b98f93387e53aeed1 Mon Sep 17 00:00:00 2001 From: itpr-gwis2 Date: Sun, 5 May 2024 20:34:32 +0300 Subject: [PATCH] pre commit --- Software/src/battery/KIA-E-GMP-BATTERY.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Software/src/battery/KIA-E-GMP-BATTERY.cpp b/Software/src/battery/KIA-E-GMP-BATTERY.cpp index f34dda57..ac9f0730 100644 --- a/Software/src/battery/KIA-E-GMP-BATTERY.cpp +++ b/Software/src/battery/KIA-E-GMP-BATTERY.cpp @@ -199,8 +199,8 @@ void send_canfd_frame(CANFDMessage frame) { #ifdef DEBUG_VIA_USB const bool ok = canfd.tryToSend(frame); if (ok) { - }else{ - Serial.println ("Send canfd failure."); + } else { + Serial.println("Send canfd failure."); } #else canfd.tryToSend(frame); @@ -245,7 +245,7 @@ void debug_canfd_frame(CANFDMessage frame) { // // case 0x: // /* code */ // break; - + // default: // print_canfd_frame(frame); // break;