hiti: Fix a naming error in the ERDC_RS definition
This commit is contained in:
parent
d0204fe9a7
commit
ac20870aec
|
@ -215,14 +215,14 @@ struct hiti_erdc_rs { /* All are BIG endian */
|
|||
uint8_t overheatTemp;
|
||||
uint8_t heaterOffTemp;
|
||||
uint8_t hwFeature1; // P52x bit 7 means "RI1" printhead
|
||||
uint8_t hwFeature2; // bit 7 means KO function
|
||||
uint8_t fwFeature1; // bit 7 means KO function
|
||||
uint8_t preheatTemp;
|
||||
|
||||
// These might not be present */
|
||||
|
||||
uint16_t dpi_rows2; /* 0x5c08 p520l/p510s */
|
||||
uint16_t dpi_rows3; /* 0x0020 p461 */
|
||||
uint8_t hwFeature3; // 64/40/20 520l/510s/561
|
||||
uint8_t hwFeature2; // 64/40/20 520l/510s/561
|
||||
uint8_t overheatTempS;
|
||||
uint8_t overheatTempOT;
|
||||
} __attribute__((packed));
|
||||
|
|
Loading…
Reference in a new issue