Add the missing definition

for commit 79cfa1d8fa
(Although this definition is unused)
This commit is contained in:
wh201906 2023-04-13 01:23:50 +08:00
parent 2be05ceeae
commit 3a87979a22
No known key found for this signature in database

View file

@ -91,9 +91,9 @@ typedef struct {
uint8_t signature[FLASH_MEM_SIGNATURE_LEN];
} PACKED rdv40_validation_t;
// SPIFFS current allocates 128kb of the 256kb available.
// SPIFFS current allocates 192KB of the 256KB available.
#ifndef FLASH_SPIFFS_ALLOCATED_SIZE
# define FLASH_SPIFFS_ALLOCATED_SIZE (1024 * 128)
# define FLASH_SPIFFS_ALLOCATED_SIZE (1024 * 192)
#endif
#endif // __PMFLASH_H