Skip to content

Commit

Permalink
Merge pull request #15323 from majcher/patch-1
Browse files Browse the repository at this point in the history
Fix missing mbed:: prefix issue
  • Loading branch information
0xc0170 authored Aug 25, 2022
2 parents c9a3db5 + b932850 commit 48ae844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class SPIFBlockDevice : public mbed::BlockDevice {
void *rx_buffer, mbed::bd_size_t rx_length);

// 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 &hdr_info);

// Detect fastest read Bus mode supported by device
Expand Down

0 comments on commit 48ae844

Please sign in to comment.