mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
revert back, PRIx32 doesn't work with old mspgcc4
This commit is contained in:
parent
f49519fb8e
commit
605038b802
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user