samples: microbit/pong: Analyze kernel stacks periodically
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
1e5cd1c69b
commit
3357813373
|
@ -297,6 +297,7 @@ static void game_refresh(struct k_work *work)
|
|||
{
|
||||
if (sound_state != SOUND_IDLE) {
|
||||
sound_set(SOUND_IDLE);
|
||||
k_call_stacks_analyze();
|
||||
}
|
||||
|
||||
if (ended) {
|
||||
|
|
Loading…
Reference in New Issue