libchip/network/dec21140.c: Use inttypes.h to fix 1 warning.

This commit is contained in:
Cillian O'Donnell
2017-04-08 11:28:46 +01:00
committed by Joel Sherrill
parent 006ac513e5
commit 52597b96ae

View File

@@ -36,6 +36,7 @@
*/
#include <rtems.h>
#include <inttypes.h>
/*
* This driver only supports architectures with the new style
@@ -1020,7 +1021,8 @@ rtems_dec21140_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach)
#ifdef DEC_DEBUG
printk("dec2114x : unit %d base address %08x.\n", unitNumber, sc->base );
printk("dec2114x : unit %d base address %" PRIu32PTR ".\n", unitNumber,
sc->base );
#endif