Skip to content

Commit f593c6d

Browse files
committed
macOS 10.14 requires longer to enumerate MSC
1 parent fc5c06b commit f593c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dapboot.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ int main(void) {
116116

117117
ghostfat_1ms();
118118

119-
if (appValid && !msc_started && msTimer > 1000) {
119+
if (appValid && !msc_started && msTimer > 3000) {
120120
target_manifest_app();
121121
}
122122
}

0 commit comments

Comments
 (0)