From 945f2f5aa16f3dd4203bd745fe9ddf9440ddc0bc Mon Sep 17 00:00:00 2001 From: vesperk38 Date: Tue, 13 Mar 2018 13:42:29 -0400 Subject: [PATCH] line 172 has a typo correct 2MB to 4MB --- ports/atmel-samd/external_flash/devices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/atmel-samd/external_flash/devices.h b/ports/atmel-samd/external_flash/devices.h index ce2c6c3dc0..d8baf5aca0 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 */ \