Skip to content

Commit fa6e01a

Browse files
0xc0170Kyle Kearney
authored andcommitted
QSPIFBlockDevice: fix type on the namespace mbed
1 parent b1916fc commit fa6e01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ class QSPIFBlockDevice : public mbed::BlockDevice {
336336
mbed::qspi_inst_t _erase_instruction;
337337
mbed::qspi_inst_t _erase4k_inst; // Legacy 4K erase instruction (default 0x20h)
338338
mbed::qspi_inst_t _write_register_inst; // Write status/config register instruction may vary between chips
339-
mned::qspi_inst_t _read_register_inst; // Read status/config register instruction may vary between chips
339+
mbed::qspi_inst_t _read_register_inst; // Read status/config register instruction may vary between chips
340340

341341
// Up To 4 Erase Types are supported by SFDP (each with its own command Instruction and Size)
342342
mbed::qspi_inst_t _erase_type_inst_arr[MAX_NUM_OF_ERASE_TYPES];

0 commit comments

Comments
 (0)