common: Add missing Write Enable command to Mx25L::program_page().
authorTilman Sauerbeck <tilman@code-monkey.de>
Thu, 9 Jan 2020 11:42:53 +0000 (12:42 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Thu, 9 Jan 2020 20:00:04 +0000 (21:00 +0100)
commit934532a7d2b013015455ccfeb6bb2845948626ce
tree3d4d6a3f03166ac680ffe9a71d134965bb59cb88
parented56d89bbb0692755ed06f18d227d4d1e39e6b05
common: Add missing Write Enable command to Mx25L::program_page().

Without a write enable, the flash memory doesn't take our data.
src/common/mx25l.rs