From 729a210a881458b90007586569a30d4088d53f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A9=AC=5F666?= <13089258+pony-six-hundred-and-sixty-six@user.noreply.gitee.com> Date: Mon, 16 Dec 2024 19:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E6=B3=A8=E5=86=8C=E5=92=8C?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E5=85=B3=E9=98=80=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=98=80=E9=97=A8=E6=B5=8B=E8=AF=95=E6=B2=A1=E5=95=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP/multiCentral.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APP/multiCentral.c b/APP/multiCentral.c index 328c819..07df430 100644 --- a/APP/multiCentral.c +++ b/APP/multiCentral.c @@ -715,7 +715,7 @@ static void centralEventCB(gapRoleEvent_t *pEvent) case GAP_DEVICE_INIT_DONE_EVENT: { GAPRole_CentralCancelDiscovery(); - logDebug("停止扫瞄,发起直连\r\n"); + logDebug("停止扫描,发起直连\r\n"); tmos_start_task(MasterCtrTaskId, MASTER_CONNECT_EVT, 800); } break;