mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 06:25:01 -04:00
Fix read block text
This commit is contained in:
@@ -620,7 +620,7 @@ int main(int argc, char *argv[])
|
||||
break;
|
||||
|
||||
case PIIX4_BLOCK_DATA:
|
||||
printf("Read block of length %02x from %02x, address %02x",
|
||||
printf("Read block of length %02x from %02x, address %02x, contents: ",
|
||||
dat0,
|
||||
cmnd,
|
||||
addr >> 1);
|
||||
|
||||
Reference in New Issue
Block a user