mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-06 13:31:55 +00:00
Adopt same format as the master.
This commit is contained in:
parent
303ea496f1
commit
330d852686
@ -70,8 +70,10 @@ struct Scan {
|
|||||||
uint16_t cyclesSinceRetrace;
|
uint16_t cyclesSinceRetrace;
|
||||||
} endPoints[2];
|
} endPoints[2];
|
||||||
|
|
||||||
uint8_t compositeAmplitude;
|
union {
|
||||||
uint8_t __alignment[3]; // TODO: reuse some padding as the next two fields, to save two bytes.
|
uint8_t compositeAmplitude;
|
||||||
|
uint32_t padding; // TODO: reuse some padding as the next two fields, to save two bytes.
|
||||||
|
};
|
||||||
uint16_t dataY;
|
uint16_t dataY;
|
||||||
uint16_t line;
|
uint16_t line;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user