From 6152da6341f76f6d6ac7b776f4a9f2769a373ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=87=AF?= Date: Thu, 12 Aug 2021 05:53:49 +0000 Subject: [PATCH] Signed-off-by: YOUR_NAME --- model/input/driver/hdf_hid_adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/input/driver/hdf_hid_adapter.c b/model/input/driver/hdf_hid_adapter.c index bfd7a771a..3f0ad203c 100644 --- a/model/input/driver/hdf_hid_adapter.c +++ b/model/input/driver/hdf_hid_adapter.c @@ -77,7 +77,7 @@ void SendInfoToHdf(HidInfo *info) } } -static void FreeCachedInfo() +static void FreeCachedInfo(void) { int32_t id = 0; while (id < MAX_INPUT_DEV_NUM) { -- Gitee