Skip to content

Commit 0c1d620

Browse files
authored
Merge pull request #47 from sparkfun/ambiq-apollo3-arduino-flashfix
add mbed namespace to flashapblockdevice
2 parents 8fed463 + 859615c commit 0c1d620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/storage/blockdevice/COMPONENT_FLASHIAP/FlashIAPBlockDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class FlashIAPBlockDevice : public mbed::BlockDevice {
134134
* @param size Size to erase in bytes
135135
* @return True if erase is valid for underlying block device
136136
*/
137-
virtual bool is_valid_erase(bd_addr_t addr, bd_size_t size) const;
137+
virtual bool is_valid_erase(mbed::bd_addr_t addr, mbed::bd_size_t size) const;
138138

139139

140140
private:

0 commit comments

Comments
 (0)