Skip to content

Commit

Permalink
fix: really need my eyes fixed...
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc committed Sep 11, 2024
1 parent 234df19 commit fac3f74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions radio/src/targets/taranis/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ void boardInit()
usbPlugged();

if (usbPlugged()) {
delaysInit();
while (usbPlugged()) {
delay_ms(1000);
}
pwrOff();
delaysInit();
while (usbPlugged()) {
delay_ms(1000);
}
pwrOff();
}
#endif

Expand Down

0 comments on commit fac3f74

Please sign in to comment.