From e16602d90ecda24a2033df814b5aabf86f360e8b Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 28 Jan 2024 13:16:40 +0800 Subject: [PATCH] update --- src/znordic.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/znordic.c b/src/znordic.c index 1ea3945..447803b 100644 --- a/src/znordic.c +++ b/src/znordic.c @@ -93,13 +93,8 @@ void znordic_loop() { } } } - void znordic_force_flush_log() { - // for (size_t i = 0; i < 5; i++) { - // app_sched_execute(); - // NRF_LOG_FLUSH(); - // nrf_delay_ms(1); - // } + NRF_LOG_FLUSH(); } void znrf_gpio_cfg_output(uint32_t pin_number, nrf_gpio_pin_pull_t pull) { //