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.
1 parent e8fe8cb commit 3d68edaCopy full SHA for 3d68eda
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