From fa6e01a69f2e55dc996b717031d9351afaea4c44 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Mon, 14 Oct 2019 09:49:04 +0100 Subject: [PATCH] QSPIFBlockDevice: fix type on the namespace mbed --- .../storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h b/components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h index 6d480ab950..8a918ffa18 100644 --- a/components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h +++ b/components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h @@ -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];