Skip to content

Commit aac66fc

Browse files
authored
Merge pull request #15145 from Uruloke/qspif-add-missing-mbed-namespace-prefix
QSPIF: Add missing mbed namespace prefix to header file
2 parents f69af59 + d95768b commit aac66fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/blockdevice/COMPONENT_QSPIF/include/QSPIF/QSPIFBlockDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class QSPIFBlockDevice : public mbed::BlockDevice {
315315
/* SFDP Detection and Parsing Functions */
316316
/****************************************/
317317
// Parse and Detect required Basic Parameters from Table
318-
int _sfdp_parse_basic_param_table(mbed::Callback<int(bd_addr_t, mbed::sfdp_cmd_addr_size_t, uint8_t, uint8_t, void *, bd_size_t)> sfdp_reader,
318+
int _sfdp_parse_basic_param_table(mbed::Callback<int(mbed::bd_addr_t, mbed::sfdp_cmd_addr_size_t, uint8_t, uint8_t, void *, mbed::bd_size_t)> sfdp_reader,
319319
mbed::sfdp_hdr_info &sfdp_info);
320320

321321
// Detect the soft reset protocol and reset - returns error if soft reset is not supported

0 commit comments

Comments
 (0)