mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-03 11:51:50 +00:00
Add tick tracking for all baseband threads.
This commit is contained in:
@@ -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 };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user