Fix compiler yells about reordering
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
This commit is contained in:
parent
67d1d45a67
commit
3c8443eeb8
1 changed files with 3 additions and 3 deletions
|
@ -259,9 +259,6 @@ struct HUB75_I2S_CFG {
|
|||
// How many clock cycles to blank OE before/after LAT signal change, default is 1 clock
|
||||
uint8_t latch_blanking;
|
||||
|
||||
// Minimum refresh / scan rate needs to be configured on start due to LSBMSB_TRANSITION_BIT calculation in allocateDMAmemory()
|
||||
uint8_t min_refresh_rate;
|
||||
|
||||
/**
|
||||
* I2S clock phase
|
||||
* 0 (default) - data lines are clocked with negative edge
|
||||
|
@ -277,6 +274,9 @@ struct HUB75_I2S_CFG {
|
|||
*/
|
||||
bool clkphase;
|
||||
|
||||
// Minimum refresh / scan rate needs to be configured on start due to LSBMSB_TRANSITION_BIT calculation in allocateDMAmemory()
|
||||
uint8_t min_refresh_rate;
|
||||
|
||||
// struct constructor
|
||||
HUB75_I2S_CFG (
|
||||
uint16_t _w = MATRIX_WIDTH,
|
||||
|
|
Loading…
Reference in a new issue