From b75c5f3ccabff26e511eb0c30975e48554be404a Mon Sep 17 00:00:00 2001 From: li_zan <371442490@qq.com> Date: Fri, 26 Mar 2021 19:36:58 +0800 Subject: [PATCH] change config for fs --- kernel/common/los_rootfs.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/common/los_rootfs.c b/kernel/common/los_rootfs.c index ba464cd1..7c279735 100644 --- a/kernel/common/los_rootfs.c +++ b/kernel/common/los_rootfs.c @@ -57,18 +57,18 @@ #define STORAGE_SIZE 0xa00000 #endif -#ifdef __cplusplus -#if __cplusplus -extern "C" { -#endif /* __cplusplus */ -#endif /* __cplusplus */ - #ifdef LOSCFG_STORAGE_EMMC #include "ff.h" #define STORAGE_SIZE 0x3200000 STATIC los_disk *g_emmcDisk = NULL; #endif +#ifdef __cplusplus +#if __cplusplus +extern "C" { +#endif /* __cplusplus */ +#endif /* __cplusplus */ + #ifndef LOSCFG_SECURITY_BOOT STATIC INT32 g_alignSize = 0; #endif -- GitLab