Update to IS25LP016D
Changed .supports_qspi_write to true.
This commit is contained in:
parent
c7cf38186d
commit
2138b04e45
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ typedef struct {
|
||||||
.supports_fast_read = true, \
|
.supports_fast_read = true, \
|
||||||
.supports_qspi = true, \
|
.supports_qspi = true, \
|
||||||
.has_quad_enable = true, \
|
.has_quad_enable = true, \
|
||||||
.supports_qspi_writes = false, \
|
.supports_qspi_writes = true, \
|
||||||
.write_status_register_split = false, \
|
.write_status_register_split = false, \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue