Make CAN failures common define

This commit is contained in:
Daniel 2024-04-02 22:53:52 +03:00
parent c49f3074f2
commit da9d45cd69
3 changed files with 1 additions and 2 deletions

View file

@ -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