Skip to content

Commit

Permalink
guard
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Aug 27, 2023
1 parent abf3122 commit c8c536d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firmware/hw_layer/drivers/can/can_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include "pch.h"

#if HAL_USE_CAN

#if EFI_PROD_CODE

// Values below calculated with http://www.bittiming.can-wiki.info/
Expand Down Expand Up @@ -190,3 +192,5 @@ const CANConfig* findCanConfig(can_baudrate_e rate) {
return &canConfig500;
}
}

#endif // HAL_USE_CAN

0 comments on commit c8c536d

Please sign in to comment.