commit | bd6cc1fe3593cbc6e90af277646236b81e6c3ab1 | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Thu Nov 04 15:17:55 2021 +0000 |
committer | Maureen Helm <maureen.helm@intel.com> | Tue Nov 09 16:02:26 2021 -0600 |
tree | 8ce84c9514dded063f03420e406184f8341aeba4 | |
parent | eac10ef384227ca5f601347a0a801dd54ff74d1b [diff] |
drivers/flash/nrf_qspi_nor: Modify qspi_erase loop condition The commit removes an error check from the erase loop and instead add breaks in places where errors that would break an execution of the loop occur. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>