enh: code optimization
This commit is contained in:
parent
8b3b6a8962
commit
77bfd400cb
|
@ -121,7 +121,7 @@ struct SRSmaInfoItem {
|
||||||
int8_t level : 4;
|
int8_t level : 4;
|
||||||
int8_t fetchLevel : 4;
|
int8_t fetchLevel : 4;
|
||||||
int8_t triggerStat;
|
int8_t triggerStat;
|
||||||
uint16_t nSkipped; // number of skipped to fetch data from all active window
|
uint16_t nSkipped;
|
||||||
int32_t maxDelay; // ms
|
int32_t maxDelay; // ms
|
||||||
tmr_h tmrId;
|
tmr_h tmrId;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue