diff options
Diffstat (limited to 'lib/pbdrv/pb-types.h')
-rw-r--r-- | lib/pbdrv/pb-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pbdrv/pb-types.h b/lib/pbdrv/pb-types.h index e3280da..4d085f9 100644 --- a/lib/pbdrv/pb-types.h +++ b/lib/pbdrv/pb-types.h @@ -54,7 +54,7 @@ typedef struct { pb_cmd_id_t type; //!< command type pb_action_t action; //!< command action i2c_addr_t sender; //!< i2c address of sender - void * msg; //!< remaining message (type dependant) + void * cmd; //!< command data (type dependant) } pb_msg_t; //! PB_CMD_PROP data |