mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 07:30:08 -04:00
added radio saturation to performance counter (#1734)
This commit is contained in:
parent
9d22711368
commit
5ced8c90d3
6 changed files with 50 additions and 26 deletions
|
@ -71,7 +71,7 @@ struct SharedMemory {
|
|||
void set_baseband_ready() { baseband_ready = true; }
|
||||
|
||||
uint8_t volatile request_m4_performance_counter{0};
|
||||
uint8_t volatile m4_cpu_usage{0};
|
||||
uint8_t volatile m4_performance_counter{0};
|
||||
uint16_t volatile m4_stack_usage{0};
|
||||
uint32_t volatile m4_heap_usage{0};
|
||||
uint16_t volatile m4_buffer_missed{0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue