Update to IS25LP016D

Changed .supports_qspi_write to true.
This commit is contained in:
Benjamin Shockley 2018-09-11 07:52:23 -05:00 committed by GitHub
parent c7cf38186d
commit 2138b04e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,7 @@ typedef struct {
.supports_fast_read = true, \
.supports_qspi = true, \
.has_quad_enable = true, \
.supports_qspi_writes = false, \
.supports_qspi_writes = true, \
.write_status_register_split = false, \
}