Browse Source

update

master
zhaohe 1 year ago
parent
commit
fbcd219fb9
  1. 2
      src/znordic.c

2
src/znordic.c

@ -44,7 +44,9 @@ void znordic_init() {
void znordic_loop() { void znordic_loop() {
while (true) { while (true) {
if (NRF_LOG_PROCESS() == false) { if (NRF_LOG_PROCESS() == false) {
nrf_pwr_mgmt_run(); nrf_pwr_mgmt_run();
} }
} }

Loading…
Cancel
Save