mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
Merge pull request #1964 from wh201906/192
Add the missing change of definition
This commit is contained in:
commit
f1963cfa82
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue