Skip to content

Commit 15dd2fc

Browse files
authored
Merge pull request adafruit#676 from vesperk38/patch-1
line 172 has a typo correct 2MB to 4MB
2 parents 9d928b5 + 945f2f5 commit 15dd2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/external_flash/devices.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ typedef struct {
169169
.supports_qspi_writes = true, \
170170
}
171171

172-
// Settings for the Winbond W25Q32BV 2MiB SPI flash.
172+
// Settings for the Winbond W25Q32BV 4MiB SPI flash.
173173
// Datasheet: https://www.winbond.com/resource-files/w25q32bv_revi_100413_wo_automotive.pdf
174174
#define W25Q32BV {\
175175
.total_size = (1 << 22), /* 4 MiB */ \

0 commit comments

Comments
 (0)