Skip to content

Commit 69eb2ef

Browse files
authored
Update devices.h
1 parent c344d48 commit 69eb2ef

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
@@ -181,7 +181,7 @@ typedef struct {
181181
}
182182

183183
// Settings for the Winbond W25Q16JV 2MiB SPI flash.
184-
184+
// Datasheet: https://www.winbond.com/resource-files/w25q16jv%20spi%20revf%2005092017.pdf
185185
#define W25Q16JV {\
186186
.total_size = (1 << 21), /* 2 MiB */ \
187187
.start_up_time_us = 5000, \

0 commit comments

Comments
 (0)