From 0e58666e49b686dd6430e1f45ec0791da1c87d8e Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Mon, 1 Aug 2022 01:34:17 +0200 Subject: [PATCH] boards/common/esp32: remove SPIFFS defines with default values All SPIFFS defines are already defined as defaults in --- boards/common/esp32/include/board_common.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/boards/common/esp32/include/board_common.h b/boards/common/esp32/include/board_common.h index 38dcef80ed..029a352feb 100644 --- a/boards/common/esp32/include/board_common.h +++ b/boards/common/esp32/include/board_common.h @@ -132,21 +132,6 @@ extern mtd_dev_t *mtd0; /** @} */ #endif /* MODULE_MTD || DOXYGEN */ -#if MODULE_SPIFFS || DOXYGEN -/** - * @name SPIFFS configuration for the system MTD device - * - * Configuration of the SPIFFS that can be used on the system MTD device. - * @{ - */ -#define SPIFFS_ALIGNED_OBJECT_INDEX_TABLES 1 -#define SPIFFS_READ_ONLY 0 -#define SPIFFS_SINGLETON 0 -#define SPIFFS_HAL_CALLBACK_EXTRA 1 -#define SPIFFS_CACHE 1 -/** @} */ -#endif /* MODULE_SPIFFS || DOXYGEN */ - /** * @brief Print the board configuration in a human readable format */