Skip to content

Commit

Permalink
[adamnet] remove flush_input from service loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Oct 11, 2023
1 parent 9d2e100 commit d181bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bus/adamnet/adamnet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ void systemBus::_adamnet_process_cmd()
fnLedManager.set(eLed::LED_BUS, false);
}

fnUartBUS.flush_input();
wait_for_idle(); // to avoid failing edge case where device is connected but disabled.
}

Expand Down

0 comments on commit d181bed

Please sign in to comment.