mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-01 06:33:07 +00:00
system/adb: Fix log format error
The "%pV" format depends on libc extension Log adbd_main (***): 0x3fc9175cV Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
1b91e3c4a6
commit
70e7ad85ed
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ menuconfig SYSTEM_ADBD
|
|||
tristate "ADB daemon application"
|
||||
default n
|
||||
depends on LIBUV
|
||||
select LIBC_PRINT_EXTENSION
|
||||
---help---
|
||||
Enable support for adb daemon.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue