summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-03-13 11:33:19 -0700
committerGitHub <noreply@github.com>2018-03-13 11:33:19 -0700
commit15dd2fc0ab1a1a151c07b87598ebdd61d1e7dac6 (patch)
tree2dad59e9014c908f3d11a709866b81357a68e479
parent9d928b5726ee314fb625a79086675d548be12eef (diff)
parent945f2f5aa16f3dd4203bd745fe9ddf9440ddc0bc (diff)
Merge pull request #676 from vesperk38/patch-1
line 172 has a typo correct 2MB to 4MB
-rw-r--r--ports/atmel-samd/external_flash/devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/external_flash/devices.h b/ports/atmel-samd/external_flash/devices.h
index ce2c6c3dc..d8baf5aca 100644
--- a/ports/atmel-samd/external_flash/devices.h
+++ b/ports/atmel-samd/external_flash/devices.h
@@ -169,7 +169,7 @@ typedef struct {
.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
#define W25Q32BV {\
.total_size = (1 << 22), /* 4 MiB */ \