Changeset 4c363fa2 in mainline for uspace/srv/hw/bus/cuda_adb/cuda_adb.c
- Timestamp:
- 2017-09-21T00:02:23Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e962ad
- Parents:
- 797dc79e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/bus/cuda_adb/cuda_adb.c
r797dc79e r4c363fa2 466 466 467 467 if (size != 3) { 468 printf("unrecognized packet, size=% d\n", size);468 printf("unrecognized packet, size=%zu\n", size); 469 469 for (i = 0; i < size; ++i) { 470 470 printf(" 0x%02x", data[i]); … … 475 475 476 476 if (reg_no != 0) { 477 printf("unrecognized packet, size=% d\n", size);477 printf("unrecognized packet, size=%zu\n", size); 478 478 for (i = 0; i < size; ++i) { 479 479 printf(" 0x%02x", data[i]);
Note:
See TracChangeset
for help on using the changeset viewer.