Fix display command structure
This commit is contained in:
parent
6d468b3d99
commit
0107ee5129
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ typedef uint8_t can_msg_power_dispense_t;
|
||||||
#define CAN_MSG_DISPLAY_CMD 0x022
|
#define CAN_MSG_DISPLAY_CMD 0x022
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t address;
|
uint8_t address;
|
||||||
uint8_t data;
|
uint8_t data[7];
|
||||||
} can_msg_display_cmd_t;
|
} can_msg_display_cmd_t;
|
||||||
|
|
||||||
#define CAN_MSG_AUTO_STATUS 0x04f
|
#define CAN_MSG_AUTO_STATUS 0x04f
|
||||||
|
|
Loading…
Reference in a new issue