We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fed463 + 859615c commit 0c1d620Copy full SHA for 0c1d620
components/storage/blockdevice/COMPONENT_FLASHIAP/FlashIAPBlockDevice.h
@@ -134,7 +134,7 @@ class FlashIAPBlockDevice : public mbed::BlockDevice {
134
* @param size Size to erase in bytes
135
* @return True if erase is valid for underlying block device
136
*/
137
- virtual bool is_valid_erase(bd_addr_t addr, bd_size_t size) const;
+ virtual bool is_valid_erase(mbed::bd_addr_t addr, mbed::bd_size_t size) const;
138
139
140
private:
0 commit comments