File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
components/storage/blockdevice/COMPONENT_QSPIF Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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];
You can’t perform that action at this time.
0 commit comments