This commit is contained in:
iceman1001
2026-07-03 11:26:32 +02:00
parent b5abc8b335
commit fc773ea230
-4
View File
@@ -363,10 +363,6 @@ int sam_get_serial_number(void) {
goto error;
}
uint8_t *sam_serial_an = sam_response_an + 2;
if (sam_serial_an == NULL) {
if (g_dbglevel >= DBG_ERROR) DbpString(_RED_("SAM get serial number failed"));
goto error;
}
Dbprintf(_YELLOW_("Serial Number: "));
Dbhexdump(sam_response_an[1], sam_serial_an, false);