十六进制格式化uint是0x%08X

This commit is contained in:
nnhy 2015-11-08 01:14:17 +00:00
parent d7faacab39
commit c06b7bca4b
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ bool TinyServer::OnPing(const TinyMessage& msg)
if(crc ==crc1) ver = 2;
else
{
debug_printf("设备硬件Crc:%0x%08X,对比Crc%0x%08X \r\n",crc,crc1);
debug_printf("设备硬件Crc: 0x%08X , 对比Crc0x%08X \r\n",crc,crc1);
debug_printf("设备硬件ID");
dv->HardID.Show();
Disjoin(rs,crc);