commit | f36569db0de214cb407a41c1b4b440375dc85605 | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Thu Jul 08 15:39:49 2021 +0000 |
committer | Maureen Helm <maureen.helm@nxp.com> | Fri Jul 09 12:19:06 2021 -0500 |
tree | ceb3094c8c807e34d145a6c8532c485cde564273 | |
parent | c5c9b22f38b89cb3dd4b41c5270e323160f3d23d [diff] |
drivers/flash/nrf_qspi_nor: Fix get_parameters layout dependency The definition of qspi_flash_get_parameters, that implements the mandatory get_parameters API call for the driver, was incorrectly placed within block conditionally compiled when CONFIG_FLASH_PAGE_LAYOUT is defined. The commit fixes the issue that was causing compilation error when the config has not been set. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>