We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6105e16 commit 7054a0eCopy full SHA for 7054a0e
FluxEngine.cydsn/main.c
@@ -905,7 +905,6 @@ int main(void)
905
USBFS_Start(0, USBFS_DWR_VDDD_OPERATION);
906
USBFS_DisableOutEP(FLUXENGINE_DATA_OUT_EP_NUM);
907
908
- detect_drives();
909
CyWdtStart(CYWDT_1024_TICKS, CYWDT_LPMODE_DISABLED);
910
911
for (;;)
@@ -926,6 +925,8 @@ int main(void)
926
925
CyWdtClear();
927
print("USB ready");
928
USBFS_EnableOutEP(FLUXENGINE_CMD_OUT_EP_NUM);
+ print("Scanning drives...");
929
+ detect_drives();
930
}
931
932
if (USBFS_GetEPState(FLUXENGINE_CMD_OUT_EP_NUM) == USBFS_OUT_BUFFER_FULL)
0 commit comments