Ignore:
Timestamp:
2017-09-21T00:02:23Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e962ad
Parents:
797dc79e
Message:

Most drivers can actually compile on most platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/bus/cuda_adb/cuda_adb.c

    r797dc79e r4c363fa2  
    466466
    467467        if (size != 3) {
    468                 printf("unrecognized packet, size=%d\n", size);
     468                printf("unrecognized packet, size=%zu\n", size);
    469469                for (i = 0; i < size; ++i) {
    470470                        printf(" 0x%02x", data[i]);
     
    475475
    476476        if (reg_no != 0) {
    477                 printf("unrecognized packet, size=%d\n", size);
     477                printf("unrecognized packet, size=%zu\n", size);
    478478                for (i = 0; i < size; ++i) {
    479479                        printf(" 0x%02x", data[i]);
Note: See TracChangeset for help on using the changeset viewer.