Skip to content

Commit

Permalink
Merge pull request #15145 from Uruloke/qspif-add-missing-mbed-namespa…
Browse files Browse the repository at this point in the history
…ce-prefix

QSPIF: Add missing mbed namespace prefix to header file
  • Loading branch information
0xc0170 authored Oct 20, 2021
2 parents f69af59 + d95768b commit aac66fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class QSPIFBlockDevice : public mbed::BlockDevice {
/* SFDP Detection and Parsing Functions */
/****************************************/
// Parse and Detect required Basic Parameters from Table
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,
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,
mbed::sfdp_hdr_info &sfdp_info);

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

0 comments on commit aac66fc

Please sign in to comment.