From 7737d36f247e5f648aa602eeda64b3f18e473bb8 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Wed, 30 Dec 2015 09:46:43 +0800 Subject: [PATCH] Update flash_api.h due to flash size map is redefined by espressif. --- app/platform/flash_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/platform/flash_api.h b/app/platform/flash_api.h index 99339ee3..b801b096 100644 --- a/app/platform/flash_api.h +++ b/app/platform/flash_api.h @@ -78,12 +78,12 @@ typedef struct SIZE_8MBIT = 2, SIZE_16MBIT = 3, SIZE_32MBIT = 4, - SIZE_64MBIT = 5, - SIZE_128MBIT = 6, + SIZE_16MBIT_8M_8M = 5, + SIZE_32MBIT_8M_8M = 6, } size : 4; uint32_t entry_point; uint32_t memory_offset; - uint32_t segment_size; + uint32_t segment_size; } ICACHE_STORE_TYPEDEF_ATTR SPIFlashInfo; uint32_t flash_detect_size_byte(void);