Skip to content

Commit 852cb6d

Browse files
committed
fallback to SPIKE1
1 parent 69d974b commit 852cb6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/dmdreader.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@ int detect_dmd()
374374
return DMD_SAM;
375375
}
376376

377+
// Fallback to SPIKE1
378+
spi_notify_onoff(DMD_SPIKE1);
379+
return DMD_SPIKE1;
380+
381+
377382
spi_notify_onoff(1);
378383
return DMD_UNKNOWN;
379384
}

0 commit comments

Comments
 (0)