change config for fs
This commit is contained in:
parent
195172e655
commit
b75c5f3cca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue