We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138fd66 commit 574c27aCopy full SHA for 574c27a
1 file changed
src/sid_detection.c
@@ -281,7 +281,7 @@ void read_fpgasid_configuration(uint8_t base_address)
281
uint16_t fpgasid_id = (idHi << 8 | idLo);
282
if (fpgasid_id != 0xF51D) {
283
CFG("[SID] ERROR: 0x%04X != 0xF51D FPGASID NOT FOUND @ 0x%02X\n", fpgasid_id, base_address);
284
- return true;
+ return;
285
}
286
287
/* Start diag config read */
0 commit comments