From d49e1f6af6f6e8743c5eff48026dc0557d681ab4 Mon Sep 17 00:00:00 2001 From: ANTodorov Date: Sun, 17 Nov 2024 22:12:28 +0200 Subject: [PATCH] remove unused definition --- include/pmflash.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/pmflash.h b/include/pmflash.h index d7791814f..bbed4b12e 100644 --- a/include/pmflash.h +++ b/include/pmflash.h @@ -112,9 +112,5 @@ typedef struct { uint8_t signature[FLASH_MEM_SIGNATURE_LEN]; } PACKED rdv40_validation_t; -// SPIFFS current allocates 192KB of the 256KB available. -#ifndef FLASH_SPIFFS_ALLOCATED_SIZE -# define FLASH_SPIFFS_ALLOCATED_SIZE (1024 * 192) -#endif #endif // __PMFLASH_H