This is an automated email from the ASF dual-hosted git repository.
ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new c30583dda system/adbd: Fix typo
error(CONFIG_ADB_SERVER->CONFIG_SYSTEM_ADBD)
c30583dda is described below
commit c30583dda48a812f045961f88e0d751f06196b28
Author: Xiang Xiao <[email protected]>
AuthorDate: Mon Oct 7 14:47:10 2024 +0800
system/adbd: Fix typo error(CONFIG_ADB_SERVER->CONFIG_SYSTEM_ADBD)
Signed-off-by: Xiang Xiao <[email protected]>
---
system/adb/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/adb/CMakeLists.txt b/system/adb/CMakeLists.txt
index 31ee66954..97ab2754a 100644
--- a/system/adb/CMakeLists.txt
+++ b/system/adb/CMakeLists.txt
@@ -92,7 +92,7 @@ if(CONFIG_SYSTEM_ADBD)
nuttx_add_application(
MODULE
- ${CONFIG_ADB_SERVER}
+ ${CONFIG_SYSTEM_ADBD}
NAME
${CONFIG_ADBD_PROGNAME}
SRCS