Fixed flash automatic detection bug. Support 128MBit flash.
This commit is contained in:
parent
dfce182622
commit
4e7473bc00
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue