Browse Source

Remove LED on test

Morio 1 năm trước cách đây
mục cha
commit
c7be85a791
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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();