mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
fix: use correct define
This commit is contained in:
parent
6b9e5e0400
commit
29adb88f32
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ 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
|
||||||
|
|
||||||
#if WITH_FLASH
|
#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
|
||||||
|
|
Loading…
Reference in a new issue