Skip to content

Commit

Permalink
Turn off the Pico LED after SD Remount
Browse files Browse the repository at this point in the history
  • Loading branch information
androda committed Sep 28, 2024
1 parent fc86bf0 commit 0cc96ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BlueSCSI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ extern "C" void bluescsi_main_loop(void)

reinitSCSI();
init_logfile();
LED_OFF();
}
else if (!g_romdrive_active)
{
Expand Down

0 comments on commit 0cc96ad

Please sign in to comment.