[bsp/nrf5x] format drv_fs.c

This commit is contained in:
chenyingchun0312 2021-06-28 11:12:09 +08:00
parent 670000dd0f
commit a1f2cdd4d6
1 changed files with 3 additions and 4 deletions

View File

@ -33,13 +33,12 @@
#include "fal.h"
#include <dfs_posix.h>
#define LOG_TAG "drv.fs"
#define DBG_LVL DBG_LOG
#define LOG_TAG "drv.fs"
#define DBG_LVL DBG_LOG
#include <rtdbg.h>
#define FS_PARTITION_NAME ON_CHIP_PARTION_NAME
/**
* @brief on chip filesystem init
* @param void
@ -49,7 +48,7 @@
static int on_chip_fs_init(void)
{
int result = 0;
fal_init();
struct rt_device *flash_dev = fal_mtd_nor_device_create(FS_PARTITION_NAME);