Skip to content

Commit 2138b04

Browse files
authored
Update to IS25LP016D
Changed .supports_qspi_write to true.
1 parent c7cf381 commit 2138b04

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
@@ -278,7 +278,7 @@ typedef struct {
278278
.supports_fast_read = true, \
279279
.supports_qspi = true, \
280280
.has_quad_enable = true, \
281-
.supports_qspi_writes = false, \
281+
.supports_qspi_writes = true, \
282282
.write_status_register_split = false, \
283283
}
284284

0 commit comments

Comments
 (0)