mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +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);
|
||||
|
@ -245,7 +245,7 @@ void debug_canfd_frame(CANFDMessage frame) {
|
|||
// // case 0x:
|
||||
// /* code */
|
||||
// break;
|
||||
|
||||
|
||||
// default:
|
||||
// print_canfd_frame(frame);
|
||||
// break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue