Skip to content

Commit 9724e9a

Browse files
committed
debug
debug Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
1 parent a8eba9a commit 9724e9a

File tree

1 file changed

+1
-0
lines changed
  • tests/subsys/fs/bm_zms/src

1 file changed

+1
-0
lines changed

tests/subsys/fs/bm_zms/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ void bm_zms_test_evt_handler(struct bm_zms_evt const *evt)
126126
}
127127
printf("BM_ZMS Error received %d\n", evt->result);
128128
} else if (evt->evt_type == BM_ZMS_EVT_CLEAR) {
129+
printf("clear received\n");
129130
#if CONFIG_BOARD_NATIVE_SIM
130131
k_sem_give(&clear_sem);
131132
#elif CONFIG_SOFTDEVICE

0 commit comments

Comments
 (0)