Changeset ce96ec2 in mainline for uspace/drv/intctl/obio/obio.c


Ignore:
Timestamp:
2017-11-16T06:51:33Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19d2ce01
Parents:
6ac1243d
Message:

Use proper PRI* macro to print OBIO base in hex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/intctl/obio/obio.c

    r6ac1243d rce96ec2  
    125125        }
    126126
    127         ddf_msg(LVL_NOTE, "OBIO registers with base at 0x%" PRIun, res->base);
     127        ddf_msg(LVL_NOTE, "OBIO registers with base at 0x%" PRIxn, res->base);
    128128
    129129        fun_a = ddf_fun_create(obio->dev, fun_exposed, "a");
Note: See TracChangeset for help on using the changeset viewer.