forked from nuttx/nuttx-update
drivers/1wire/1wire.c: fix printf warning
This commit is contained in:
parent
84fb99b118
commit
e700bb5051
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ int onewire_search(FAR struct onewire_master_s *master,
|
|||
|
||||
if (last_zero == last_bit || last_zero == -1)
|
||||
{
|
||||
i2cinfo("search complete, rom=0x%llx\n", rom);
|
||||
i2cinfo("search complete, rom=0x%" PRIx64 "\n", rom);
|
||||
|
||||
/* Found last device, quit searching. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue