From 4297cff44107e5278f120243cb9a611eafe8c42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=A5rtensson?= Date: Thu, 4 May 2023 21:36:26 +0200 Subject: [PATCH] Clarifying --- Src/Open_SAE_J1939/Structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */