Skip to content

Commit b932850

Browse files
authored
Fix missing mbed:: profix issue
1 parent b482f2d commit b932850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class SPIFBlockDevice : public mbed::BlockDevice {
226226
void *rx_buffer, mbed::bd_size_t rx_length);
227227

228228
// Parse and Detect required Basic Parameters from Table
229-
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,
229+
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,
230230
mbed::sfdp_hdr_info &hdr_info);
231231

232232
// Detect fastest read Bus mode supported by device

0 commit comments

Comments
 (0)