fix: use correct define

This commit is contained in:
iceman1001 2019-03-09 11:49:56 +01:00
parent 6b9e5e0400
commit 29adb88f32

View file

@ -82,7 +82,7 @@ extern uint32_t FLASHMEM_SPIBAUDRATE;
# define FLASH_MEM_SIGNATURE_OFFSET (FLASH_MEM_MAX_SIZE - FLASH_MEM_SIGNATURE_LEN)
#endif
#if WITH_FLASH
#ifdef WITH_FLASH
#ifndef T55XX_CONFIG_LEN
# define T55XX_CONFIG_LEN sizeof( t55xx_config )
#endif