소스 검색

Remove LED on test

Morio 1 년 전
부모
커밋
c7be85a791
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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();