Browse Source

Don't blink 10x for first no sd card

Eric Helgeson 2 năm trước cách đây
mục cha
commit
2e0f7af2f5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/ZuluSCSI.cpp

+ 0 - 2
src/ZuluSCSI.cpp

@@ -493,8 +493,6 @@ extern "C" void zuluscsi_setup(void)
   {
     azlog("SD card init failed, sdErrorCode: ", (int)SD.sdErrorCode(),
            " sdErrorData: ", (int)SD.sdErrorData());
-    
-    blinkStatus(BLINK_ERROR_NO_SD_CARD);
 
     if (scsiDiskCheckRomDrive())
     {