Bladeren bron

Remove LED on test

Morio 1 jaar geleden
bovenliggende
commit
c7be85a791
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      lib/ZuluSCSI_platform_RP2350/ZuluSCSI_platform.cpp

+ 1 - 2
lib/ZuluSCSI_platform_RP2350/ZuluSCSI_platform.cpp

@@ -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();