This commit is contained in:
Shane Smiskol 2023-11-28 17:19:35 -08:00
parent e138e7055a
commit cefbd144e8
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ typedef struct {
typedef struct {
// const params
const CanMsgCheck msg[MAX_ADDR_CHECK_MSGS]; // check either messages (e.g. honda steer)
const bool optional; // if true, rate check will not be performed until it is seen
const bool optional; // if true, checks will not be performed until it is seen
// dynamic flags
bool msg_seen;