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
|
#ifdef DEBUG_VIA_USB
|
||||||
const bool ok = canfd.tryToSend(frame);
|
const bool ok = canfd.tryToSend(frame);
|
||||||
if (ok) {
|
if (ok) {
|
||||||
}else{
|
} else {
|
||||||
Serial.println ("Send canfd failure.");
|
Serial.println("Send canfd failure.");
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
canfd.tryToSend(frame);
|
canfd.tryToSend(frame);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue