mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Make CAN failures common define
This commit is contained in:
parent
c49f3074f2
commit
da9d45cd69
3 changed files with 1 additions and 2 deletions
|
@ -55,6 +55,7 @@
|
|||
|
||||
// Common definitions
|
||||
#define MAX_AMOUNT_CELLS 192
|
||||
#define MAX_CAN_FAILURES 500 // Amount of malformed CAN messages to allow before raising a warning
|
||||
|
||||
#define INTERVAL_10_MS 10
|
||||
#define INTERVAL_20_MS 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue