revert back, PRIx32 doesn't work with old mspgcc4

This commit is contained in:
matthias.ringwald 2011-07-22 11:44:01 +00:00
parent f49519fb8e
commit 605038b802

View File

@ -511,7 +511,7 @@ static int de_traversal_dump_data(uint8_t * element, de_type_t de_type, de_size_
default:
break;
}
printf(", value: 0x%08" PRIx32 "\n", value);
printf(", value: 0x%08x\n", value);
}
return 0;
}