diff --git a/core/adapter/syscall/include/hdf_syscall_adapter.h b/core/adapter/syscall/include/hdf_syscall_adapter.h index 6ee33c9353ce5e7faa48f15d455d72e49b8b2fcb..ab880c157ba7b8ff3e215951a5f683b4e4c2de89 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,