From 03004853a453647e8bcf2e6d4f9b418f69e6638d Mon Sep 17 00:00:00 2001 From: hwzhangchuang Date: Wed, 29 Nov 2023 16:55:24 +0800 Subject: [PATCH] add Signed-off-by: hwzhangchuang --- services/common/include/dinput_softbus_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/common/include/dinput_softbus_define.h b/services/common/include/dinput_softbus_define.h index d584c70..70dd253 100644 --- a/services/common/include/dinput_softbus_define.h +++ b/services/common/include/dinput_softbus_define.h @@ -88,7 +88,7 @@ namespace DistributedInput { const uint32_t TRANS_SINK_MSG_ON_RELAY_STOPDHID = 25; const uint32_t TRANS_SINK_MSG_ON_RELAY_STARTTYPE = 26; const uint32_t TRANS_SINK_MSG_ON_RELAY_STOPTYPE = 27; - const uint32_t TRANS_SINK_MSG_KEY_STATE_BATCH = 28; + const uint32_t TRANS_SINK_MSG_KEY_STATE_BATCH = 28; // src or sink const uint32_t TRANS_MSG_SRC_SINK_SPLIT = 30;