Some renaming.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15414 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
f7fddb9330
commit
6b6813ec90
|
@ -13,16 +13,22 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
/*
|
||||
* Parts of this file are:
|
||||
*
|
||||
* Copyright (c) 2017, Arm Limited. All rights reserved.
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file lfs_wspi.c
|
||||
* @brief LittleFS bindings code.
|
||||
* @file lfs_hal.c
|
||||
* @brief LittleFS-HAL bindings code.
|
||||
*
|
||||
* @addtogroup LITTLEFS_BINDINGS
|
||||
* @{
|
||||
*/
|
||||
|
||||
#include "lfs_wspi.h"
|
||||
#include "lfs_hal.h"
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Module local definitions. */
|
|
@ -21,8 +21,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file lfs_wspi.h
|
||||
* @brief LittleFS bindings header.
|
||||
* @file lfs_hal.h
|
||||
* @brief LittleFS-HAL bindings header.
|
||||
*
|
||||
* @addtogroup LITTLEFS_BINDINGS
|
||||
* @{
|
|
@ -1,5 +1,5 @@
|
|||
# LittleFS files.
|
||||
LITTLEFSSRC = $(CHIBIOS)/os/various/littlefs_bindings/lfs_wspi.c \
|
||||
LITTLEFSSRC = $(CHIBIOS)/os/various/littlefs_bindings/lfs_hal.c \
|
||||
$(CHIBIOS)/ext/littlefs/lfs.c \
|
||||
$(CHIBIOS)/ext/littlefs/lfs_util.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue