This is an automated email from the ASF dual-hosted git repository. pkarashchenko 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 df55bf5ce system/adb: Update to 305007e0e574e7cc2b8d706b0f5d8cc76675fc51 df55bf5ce is described below commit df55bf5ceac7d1996bd603c7db78e16291406c5f Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Thu Feb 9 03:31:53 2023 +0800 system/adb: Update to 305007e0e574e7cc2b8d706b0f5d8cc76675fc51 which contain the fix: https://github.com/spiriou/microADB/pull/34 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 6ee189769..beba55b86 100644 --- a/system/adb/Makefile +++ b/system/adb/Makefile @@ -21,7 +21,7 @@ include $(APPDIR)/Make.defs ADBD_URL ?= "https://github.com/spiriou/microADB/archive" -ADBD_VERSION ?= 5b3c9229e70f74fedfbbf1a0b9000836c9a34789 +ADBD_VERSION ?= 305007e0e574e7cc2b8d706b0f5d8cc76675fc51 ADB_DIR := $(APPDIR)/system/adb ADB_UNPACKNAME := microADB