change config for fs

This commit is contained in:
li_zan 2021-03-26 19:36:58 +08:00
parent 195172e655
commit b75c5f3cca
1 changed files with 6 additions and 6 deletions

View File

@ -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