Skip to content

Commit

Permalink
Clarifying
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMartensson committed May 4, 2023
1 parent 52cae42 commit 4297cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Open_SAE_J1939/Structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4297cff

Please sign in to comment.