enh: code optimization

This commit is contained in:
Cary Xu 2022-08-21 01:10:18 +08:00
parent 8b3b6a8962
commit 77bfd400cb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}; };