From f3d527cf705626a31cd02d7d1dc0e76069e861fb Mon Sep 17 00:00:00 2001 From: Wang_Weigen Date: Tue, 9 Nov 2021 17:18:21 +0800 Subject: [PATCH] delete useless code --- Ubiquitous/XiUOS/kernel/include/xs_init.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Ubiquitous/XiUOS/kernel/include/xs_init.h b/Ubiquitous/XiUOS/kernel/include/xs_init.h index 11b2ac6b3..1a82e0c30 100644 --- a/Ubiquitous/XiUOS/kernel/include/xs_init.h +++ b/Ubiquitous/XiUOS/kernel/include/xs_init.h @@ -44,7 +44,6 @@ extern int RtcNtpSyncInit(void); extern int MountSDCard(void); extern int DfsMountTable(void); extern int userShellInit(void); -extern int Stm32SdcardMount(void); extern int STM32USBHostRegister(void); extern int WorkSysWorkQueueInit(void);