mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 13:37:18 +00:00
drivers: mtd: w25qxxxjv.c : W25Q256's sector count is 8192
This commit is contained in:
parent
585884fde9
commit
96cbd1d8a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue