diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-03 15:12:17 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-03 15:12:17 +0100 |
commit | 217690559c27646c7e412aaeacfa2064a9e7e6e4 (patch) | |
tree | 9eb275e2442a542940e4b73218916369699db626 /src/can-signals.hpp | |
parent | 2e8e455644720437d32b0377a7a1697d96655727 (diff) |
change all genericName to generic_name. Now all
objects use the same variable name
Change-Id: I8a232bc8fd7e580bd8088e6b2ae7a90666ef9c62
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can-signals.hpp')
-rw-r--r-- | src/can-signals.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can-signals.hpp b/src/can-signals.hpp index a95b3a3..2443e63 100644 --- a/src/can-signals.hpp +++ b/src/can-signals.hpp @@ -99,7 +99,7 @@ typedef struct CanSignalState CanSignalState; */ struct CanSignal { struct CanMessageDefinition* message; /*!< message - The message this signal is a part of. */ - const char* genericName; /*!< genericName - The name of the signal to be output over USB.*/ + const char* generic_name; /*!< generic_name - The name of the signal to be output over USB.*/ uint8_t bitPosition; /*!< bitPosition - The starting bit of the signal in its CAN message (assuming * non-inverted bit numbering, i.e. the most significant bit of * each byte is 0) */ |