Skip to content

Commit c30583d

Browse files
xiaoxiang781216GUIDINGLI
authored andcommitted
system/adbd: Fix typo error(CONFIG_ADB_SERVER->CONFIG_SYSTEM_ADBD)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 parent 9b8a027 commit c30583d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/adb/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if(CONFIG_SYSTEM_ADBD)
9292

9393
nuttx_add_application(
9494
MODULE
95-
${CONFIG_ADB_SERVER}
95+
${CONFIG_SYSTEM_ADBD}
9696
NAME
9797
${CONFIG_ADBD_PROGNAME}
9898
SRCS

0 commit comments

Comments
 (0)