mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
Remove WITH_FLASH from common as it's used by client too
This commit is contained in:
parent
e6135a8f78
commit
3605809073
1 changed files with 0 additions and 2 deletions
|
@ -82,7 +82,6 @@ extern uint32_t FLASHMEM_SPIBAUDRATE;
|
||||||
# define FLASH_MEM_SIGNATURE_OFFSET (FLASH_MEM_MAX_SIZE - FLASH_MEM_SIGNATURE_LEN)
|
# define FLASH_MEM_SIGNATURE_OFFSET (FLASH_MEM_MAX_SIZE - FLASH_MEM_SIGNATURE_LEN)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WITH_FLASH
|
|
||||||
#ifndef T55XX_CONFIG_LEN
|
#ifndef T55XX_CONFIG_LEN
|
||||||
# define T55XX_CONFIG_LEN sizeof( t55xx_config )
|
# define T55XX_CONFIG_LEN sizeof( t55xx_config )
|
||||||
#endif
|
#endif
|
||||||
|
@ -102,7 +101,6 @@ extern uint32_t FLASHMEM_SPIBAUDRATE;
|
||||||
#ifndef DEFAULT_ICLASS_KEYS_OFFSET
|
#ifndef DEFAULT_ICLASS_KEYS_OFFSET
|
||||||
# define DEFAULT_ICLASS_KEYS_OFFSET (FLASH_MEM_MAX_4K_SECTOR - 0x5000)
|
# define DEFAULT_ICLASS_KEYS_OFFSET (FLASH_MEM_MAX_4K_SECTOR - 0x5000)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
// RDV40, validation structure to help identifying that client/firmware is talking with RDV40
|
// RDV40, validation structure to help identifying that client/firmware is talking with RDV40
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue