Commit 7737d36f authored by Huang Rui's avatar Huang Rui
Browse files

Update flash_api.h due to flash size map is redefined by espressif.

parent a8359f1d
...@@ -78,8 +78,8 @@ typedef struct ...@@ -78,8 +78,8 @@ typedef struct
SIZE_8MBIT = 2, SIZE_8MBIT = 2,
SIZE_16MBIT = 3, SIZE_16MBIT = 3,
SIZE_32MBIT = 4, SIZE_32MBIT = 4,
SIZE_64MBIT = 5, SIZE_16MBIT_8M_8M = 5,
SIZE_128MBIT = 6, SIZE_32MBIT_8M_8M = 6,
} size : 4; } size : 4;
uint32_t entry_point; uint32_t entry_point;
uint32_t memory_offset; uint32_t memory_offset;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment