From fb35016faa616377464341f570443e181527e571 Mon Sep 17 00:00:00 2001 From: niuhui Date: Sun, 23 Apr 2023 18:31:38 +0800 Subject: [PATCH] fix code check Signed-off-by: niuhui --- .../distributed_audio/mfc_test/distributedaudiotest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdf_service/distributed_audio/mfc_test/distributedaudiotest.cpp b/hdf_service/distributed_audio/mfc_test/distributedaudiotest.cpp index de2c7306..e0b756ae 100644 --- a/hdf_service/distributed_audio/mfc_test/distributedaudiotest.cpp +++ b/hdf_service/distributed_audio/mfc_test/distributedaudiotest.cpp @@ -65,8 +65,8 @@ std::vector renderData; static DeviceStatus g_spkStatus = DEVICE_IDLE; static DeviceStatus g_micStatus = DEVICE_IDLE; -std::thread g_palyingThread; -std::thread g_capingThread; +static std::thread g_palyingThread; +static std::thread g_capingThread; FILE *g_micFile = nullptr; static std::string CloseSpk(); -- Gitee