dec21140.c: Fix PRIxx formatter

This commit is contained in:
Joel Sherrill
2017-04-20 20:27:32 -05:00
parent 7f95cc0707
commit bedd927211

View File

@@ -1021,7 +1021,7 @@ rtems_dec21140_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach)
#ifdef DEC_DEBUG
printk("dec2114x : unit %d base address %" PRIu32PTR ".\n", unitNumber,
printk("dec2114x : unit %d base address %" PRIu32 ".\n", unitNumber,
sc->base );
#endif