This commit is contained in:
Matthew Kennedy 2023-08-27 11:00:56 -07:00
parent abf312213c
commit c8c536d96c
1 changed files with 4 additions and 0 deletions

View File

@ -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/
@ -190,3 +192,5 @@ const CANConfig* findCanConfig(can_baudrate_e rate) {
return &canConfig500;
}
}
#endif // HAL_USE_CAN