QSPIFBlockDevice: fix type on the namespace mbed

pull/11604/head
Martin Kojtal 2019-10-14 09:49:04 +01:00 committed by Kyle Kearney
parent b1916fc498
commit fa6e01a69f
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ private:
mbed::qspi_inst_t _erase_instruction;
mbed::qspi_inst_t _erase4k_inst; // Legacy 4K erase instruction (default 0x20h)
mbed::qspi_inst_t _write_register_inst; // Write status/config register instruction may vary between chips
mned::qspi_inst_t _read_register_inst; // Read status/config register instruction may vary between chips
mbed::qspi_inst_t _read_register_inst; // Read status/config register instruction may vary between chips
// Up To 4 Erase Types are supported by SFDP (each with its own command Instruction and Size)
mbed::qspi_inst_t _erase_type_inst_arr[MAX_NUM_OF_ERASE_TYPES];