Skip to content

Commit

Permalink
Remove LED on test
Browse files Browse the repository at this point in the history
  • Loading branch information
morio committed Sep 28, 2024
1 parent a546b15 commit c7be85a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ZuluSCSI_platform_RP2350/ZuluSCSI_platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ static pin_setup_state_t read_setup_ack_pin()

void platform_init()
{
gpio_conf(LED_PIN, GPIO_FUNC_SIO, false,false, true, true, false);
for (;;);
gpio_conf(LED_PIN, GPIO_FUNC_SIO, false,false, true, false, false);
// Make sure second core is stopped
multicore_reset_core1();

Expand Down

0 comments on commit c7be85a

Please sign in to comment.