diff options
Diffstat (limited to 'src/can-command.hpp')
-rw-r--r-- | src/can-command.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can-command.hpp b/src/can-command.hpp index ee9ea375..62b56c1e 100644 --- a/src/can-command.hpp +++ b/src/can-command.hpp @@ -49,7 +49,7 @@ typedef void (*CommandHandler)(const char* name, openxc_DynamicField* value, * or signals from a signal OpenXC message. */ typedef struct { - const char* genericName; /*!< genericName - The name of the command.*/ + const char* generic_name; /*!< generic_name - The name of the command.*/ CommandHandler handler; /*!< handler - An function to process the received command's data and perform some * action.*/ } CanCommand; |