Skip to content

Commit

Permalink
Update biu_nrf52.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxin96 committed Jun 21, 2021
1 parent dda8139 commit 6db9a90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ static void process_nrf_ack_msg(struct biunrf52_msg * msg) {
{
case NRF_WORKING:
state.initialized = true;
state.is_connected = false;
state.configured = false;
state.is_connected = true;
state.configured = true;
break;
case NRF_DISCONNECT:
case NRF_ADVING:
Expand Down

0 comments on commit 6db9a90

Please sign in to comment.