summaryrefslogtreecommitdiffstats
path: root/libs/NCSI/ncsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/NCSI/ncsi.c')
-rw-r--r--libs/NCSI/ncsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/NCSI/ncsi.c b/libs/NCSI/ncsi.c
index 6aa4a44..fe708fb 100644
--- a/libs/NCSI/ncsi.c
+++ b/libs/NCSI/ncsi.c
@@ -724,7 +724,7 @@ void reloadChannel(unsigned int ch, reload_type_t reset_phy)
uint16_t high = (uint16_t)port->shm_channel->NcsiChannelMac0High.r32;
Network_SetMACAddr(port, high, low, /* TBD */ 0, true);
- printf("[ch %d] Reusing MAC: 0x%02X%04X\n", ch, high, low);
+ printf("[ch %u] Reusing MAC: 0x%02X%04X\n", ch, high, low);
Network_InitPort(gPackageState.port[ch], reset_phy);
}
OpenPOWER on IntegriCloud