Commit 4e7473bc authored by HuangRui's avatar HuangRui
Browse files

Fixed flash automatic detection bug. Support 128MBit flash.

parent dfce1826
......@@ -10,6 +10,7 @@
// #define FLASH_8M
// #define FLASH_16M
#define FLASH_AUTOSIZE
#define FLASH_SAFE_API
// #define DEVELOP_VERSION
#define FULL_VERSION_FOR_USER
......
......@@ -57,8 +57,8 @@ do { \
typedef struct
{
uint8_t unknown0;
uint8_t unknown1;
uint8_t e9;
uint8_t segments;
enum
{
MODE_QIO = 0,
......
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