samples: microbit/pong: Analyze kernel stacks periodically

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-05-29 11:53:58 +03:00 committed by Johan Hedberg
parent 1e5cd1c69b
commit 3357813373
1 changed files with 1 additions and 0 deletions

View File

@ -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) {