This commit is contained in:
Solomon Peachy 2019-12-23 22:56:00 -05:00
parent 1ab0cf86eb
commit d3b8c2ae52
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ struct mitsud90_job_hdr {
uint8_t hdr[6]; /* 1b 53 50 30 00 33 */
uint16_t cols; /* BE */
uint16_t rows; /* BE */
uint8_t unk[4]; /* 64 00 00 01 */
uint8_t unk[4]; /* 64 00 00 01 */ // XXX 00 01 might be the jobid?
uint8_t margincut; /* 1 for enabled, 0 for disabled */
union {
#if 0