Skip to content

Commit

Permalink
Better handling reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Oct 1, 2024
1 parent f9e41a5 commit a6c5edc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion radio/src/targets/pl18/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ void boardOff()
ledStripOff();
if (isChargerActive())
{
delay_ms(100); // Add a delay to wait for lcdOff
// RTC->BKP0R = SOFTRESET_REQUEST;
NVIC_SystemReset();
}
Expand Down

0 comments on commit a6c5edc

Please sign in to comment.