You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/02/28 10:05:12 UTC

[incubator-nuttx-apps] 01/02: system/adb: Remove unsed macro __NUTTX__

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit a79195a048c19f9d6e0fb10fe04625145dcbba9c
Author: Huang Qi <hu...@xiaomi.com>
AuthorDate: Sat Feb 26 21:30:07 2022 +0800

    system/adb: Remove unsed macro __NUTTX__
    
    Signed-off-by: Huang Qi <hu...@xiaomi.com>
---
 system/adb/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/system/adb/Makefile b/system/adb/Makefile
index be20283..2280d79 100644
--- a/system/adb/Makefile
+++ b/system/adb/Makefile
@@ -53,7 +53,6 @@ CSRCS += $(ADB_UNPACKNAME)/adb_frame.c
 CSRCS += $(ADB_UNPACKNAME)/hal/hal_uv.c
 CSRCS += $(ADB_UNPACKNAME)/hal/hal_uv_packet.c
 
-CFLAGS += -D__NUTTX__=1
 CFLAGS += -I$(ADB_UNPACKNAME)
 
 ifeq ($(CONFIG_ADBD_TCP_SERVER),y)