diff --git a/Src/Open_SAE_J1939/Structs.h b/Src/Open_SAE_J1939/Structs.h index f55ecd1..54a4ba4 100644 --- a/Src/Open_SAE_J1939/Structs.h +++ b/Src/Open_SAE_J1939/Structs.h @@ -198,7 +198,7 @@ typedef struct { /* Latest CAN message */ uint32_t ID; /* This is the CAN bus ID */ uint8_t data[8]; /* This is the CAN bus data */ - bool ID_and_data_is_updated; /* This is a flag that going to be set to true for every time ID and data updates */ + bool ID_and_data_is_updated; /* This is a flag that going to be set to true for every time ID and data updates - Very useful in higher applications such as C++ */ /* Store addresses of ECU */ uint8_t number_of_other_ECU; /* How many other ECU are connected */