From fa563feebf1f26f51595c9b4d769adc81968f419 Mon Sep 17 00:00:00 2001 From: cyyanl Date: Tue, 23 Nov 2021 09:00:30 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=BA=93=E4=B8=8A=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/adapter/syscall/include/hdf_syscall_adapter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/adapter/syscall/include/hdf_syscall_adapter.h b/core/adapter/syscall/include/hdf_syscall_adapter.h index 6ee33c935..ab880c157 100644 --- a/core/adapter/syscall/include/hdf_syscall_adapter.h +++ b/core/adapter/syscall/include/hdf_syscall_adapter.h @@ -20,7 +20,7 @@ struct HdfSyscallAdapter; enum HdfDevListenerThreadStatus { LISTENER_UNINITED = 0, - LISTENER_INITED, + LISTENER_INITED = 1, LISTENER_EXITED, LISTENER_STARTED, LISTENER_RUNNING, -- Gitee