From 35993f061f08a97860f433ebf0e8e83cc473ec0c Mon Sep 17 00:00:00 2001 From: payton Date: Thu, 1 Feb 2024 13:57:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=A8=A1=E5=9D=97=E9=A9=B1=E5=8A=A8=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/application/source/sf_app/code/source/app/sf_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/code/application/source/sf_app/code/source/app/sf_device.c b/code/application/source/sf_app/code/source/app/sf_device.c index 9bde3eeb3..f9d2218d0 100755 --- a/code/application/source/sf_app/code/source/app/sf_device.c +++ b/code/application/source/sf_app/code/source/app/sf_device.c @@ -640,6 +640,7 @@ BOOL sf_load_ko(void) } } } + system("mdev -s"); //MLOGI("sf_load_ko finsihed.\n"); //printf("[%s:%d] e\n", __FUNCTION__, __LINE__); return ret2;