mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-18 17:25:19 -04:00
Revert "Update hexadecimal numbers output format from ABCDh to 0xABCD" due to breaking downstream tools
This reverts commit 9cc9518f8b
.
This commit is contained in:
parent
775227942a
commit
a19aeadb54
10 changed files with 397 additions and 399 deletions
|
@ -249,5 +249,5 @@ UString jedecIdToUString(UINT8 vendorId, UINT8 deviceId0, UINT8 deviceId1)
|
|||
case 0x9D7019: return UString("ISSI Ix25WP256");
|
||||
}
|
||||
|
||||
return usprintf("Unknown 0x%08X", jedecId);
|
||||
return usprintf("Unknown %08Xh", jedecId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue