Skip to content

Commit 574c27a

Browse files
committed
Whoopsie motherfucking doodie!
1 parent 138fd66 commit 574c27a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sid_detection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void read_fpgasid_configuration(uint8_t base_address)
281281
uint16_t fpgasid_id = (idHi << 8 | idLo);
282282
if (fpgasid_id != 0xF51D) {
283283
CFG("[SID] ERROR: 0x%04X != 0xF51D FPGASID NOT FOUND @ 0x%02X\n", fpgasid_id, base_address);
284-
return true;
284+
return;
285285
}
286286

287287
/* Start diag config read */

0 commit comments

Comments
 (0)