mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
remove unused definition
This commit is contained in:
parent
861c7efd26
commit
d49e1f6af6
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue