mirror of
https://github.com/espressif/openthread.git
synced 2026-08-28 04:49:54 +00:00
[cli] replace 'PRIx64' use (#5615)
This commit is contained in:
@@ -70,7 +70,7 @@ otError Joiner::ProcessDiscerner(uint8_t aArgsLength, char *aArgs[])
|
||||
|
||||
VerifyOrExit(discerner != nullptr, error = OT_ERROR_NOT_FOUND);
|
||||
|
||||
mInterpreter.OutputLine("0x%" PRIx64 "/%u", discerner->mValue, discerner->mLength);
|
||||
mInterpreter.OutputLine("0x%llx/%u", static_cast<unsigned long long>(discerner->mValue), discerner->mLength);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user