Skip to content

Commit 48ae844

Browse files
authored
Merge pull request #15323 from majcher/patch-1
Fix missing mbed:: prefix issue
2 parents c9a3db5 + b932850 commit 48ae844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)