mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
pre commit
This commit is contained in:
parent
8d2e315279
commit
c613643f0f
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue