mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
drivers: mtd: w25qxxxjv.c : W25Q256's sector count is 8192
This commit is contained in:
committed by
Xiang Xiao
parent
585884fde9
commit
96cbd1d8a1
@@ -256,7 +256,7 @@
|
||||
|
||||
#define W25Q256_SECTOR_SIZE (4 * 1024)
|
||||
#define W25Q256_SECTOR_SHIFT (12)
|
||||
#define W25Q256_SECTOR_COUNT (8196)
|
||||
#define W25Q256_SECTOR_COUNT (8192)
|
||||
#define W25Q256_PAGE_SIZE (256)
|
||||
#define W25Q256_PAGE_SHIFT (8)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user