Skip to content

Commit c2dfc5e

Browse files
committed
Try to fix it #2
1 parent 422922a commit c2dfc5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/gamecart/spi.c

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ int SPIWriteRead(CardType type, void* cmd, u32 cmdSize, void* answer, u32 answer
9494
if(answer != NULL) _SPITransferData(answer, answerSize, BAUDRATE_4MHZ, false);
9595
if(data != NULL) _SPITransferData(data, dataSize, BAUDRATE_4MHZ, true);
9696

97+
REG_SPICARDASSERT = 0;
98+
9799
return 0;
98100
}
99101

0 commit comments

Comments
 (0)