Skip to content

Commit

Permalink
system/adbd: Fix typo error(CONFIG_ADB_SERVER->CONFIG_SYSTEM_ADBD)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Xiao <[email protected]>
  • Loading branch information
xiaoxiang781216 authored and GUIDINGLI committed Oct 7, 2024
1 parent 9b8a027 commit c30583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/adb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if(CONFIG_SYSTEM_ADBD)

nuttx_add_application(
MODULE
${CONFIG_ADB_SERVER}
${CONFIG_SYSTEM_ADBD}
NAME
${CONFIG_ADBD_PROGNAME}
SRCS
Expand Down

0 comments on commit c30583d

Please sign in to comment.