aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/can/can-command.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'low-can-binding/can/can-command.hpp')
-rw-r--r--low-can-binding/can/can-command.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/can/can-command.hpp b/low-can-binding/can/can-command.hpp
index 4cf20cb5..c64ad740 100644
--- a/low-can-binding/can/can-command.hpp
+++ b/low-can-binding/can/can-command.hpp
@@ -51,5 +51,5 @@ typedef void (*CommandHandler)(const char* name, openxc_DynamicField* value,
typedef struct {
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.*/
+ * action.*/
} CanCommand;