This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit b00041a9b03dcd7c6038d73c0a46ccfd5a01e9ef Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Sat May 11 09:43:01 2024 +0800 system/adb: Always download the last microADB from github to get the update automatically Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- system/adb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/adb/Makefile b/system/adb/Makefile index ca8f3ce12..67b702c38 100644 --- a/system/adb/Makefile +++ b/system/adb/Makefile @@ -21,7 +21,7 @@ include $(APPDIR)/Make.defs ADB_URL ?= "https://github.com/spiriou/microADB/archive" -ADB_VERSION ?= b0bc09a7612000186df723f2fe55705b1c2fe873 +ADB_VERSION ?= master ADB_DIR := $(APPDIR)/system/adb ADB_UNPACKNAME := microADB