mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-28 11:12:26 -04:00
Add tick tracking for all baseband threads.
This commit is contained in:
parent
aa733b1b61
commit
7f46f0d071
3 changed files with 45 additions and 7 deletions
|
@ -76,6 +76,8 @@ public:
|
|||
|
||||
struct BasebandStatistics {
|
||||
uint32_t idle_ticks { 0 };
|
||||
uint32_t main_ticks { 0 };
|
||||
uint32_t rssi_ticks { 0 };
|
||||
uint32_t baseband_ticks { 0 };
|
||||
bool saturation { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue