Merge pull request #676 from vesperk38/patch-1

line 172 has a typo   correct 2MB to 4MB
This commit is contained in:
Scott Shawcroft 2018-03-13 11:33:19 -07:00 committed by GitHub
commit 15dd2fc0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ typedef struct {
.supports_qspi_writes = true, \ .supports_qspi_writes = true, \
} }
// Settings for the Winbond W25Q32BV 2MiB SPI flash. // Settings for the Winbond W25Q32BV 4MiB SPI flash.
// Datasheet: https://www.winbond.com/resource-files/w25q32bv_revi_100413_wo_automotive.pdf // Datasheet: https://www.winbond.com/resource-files/w25q32bv_revi_100413_wo_automotive.pdf
#define W25Q32BV {\ #define W25Q32BV {\
.total_size = (1 << 22), /* 4 MiB */ \ .total_size = (1 << 22), /* 4 MiB */ \