From 69eb2efcedd3569aca1a8ebd6404c73287bd11a7 Mon Sep 17 00:00:00 2001 From: Benjamin Shockley Date: Tue, 20 Nov 2018 13:21:43 -0600 Subject: [PATCH] Update devices.h --- 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 e5c29d4699..ea1b24a329 100644 --- a/ports/atmel-samd/external_flash/devices.h +++ b/ports/atmel-samd/external_flash/devices.h @@ -181,7 +181,7 @@ typedef struct { } // Settings for the Winbond W25Q16JV 2MiB SPI flash. - +// Datasheet: https://www.winbond.com/resource-files/w25q16jv%20spi%20revf%2005092017.pdf #define W25Q16JV {\ .total_size = (1 << 21), /* 2 MiB */ \ .start_up_time_us = 5000, \