Fix display command structure

This commit is contained in:
Gregor Riepl 2021-05-04 23:51:16 +02:00
parent 6d468b3d99
commit 0107ee5129

View file

@ -58,7 +58,7 @@ typedef uint8_t can_msg_power_dispense_t;
#define CAN_MSG_DISPLAY_CMD 0x022
typedef struct {
uint8_t address;
uint8_t data;
uint8_t data[7];
} can_msg_display_cmd_t;
#define CAN_MSG_AUTO_STATUS 0x04f