From 29adb88f32b5340f5d056648a5bfe1ba5f9a343a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 9 Mar 2019 11:49:56 +0100 Subject: [PATCH] fix: use correct define --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.h b/include/common.h index 8c73100ff..4b4cf99f3 100644 --- a/include/common.h +++ b/include/common.h @@ -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