BA
/
BaBoRo1
Erste version der Software für der Prototyp
Diff: mbed-os/features/filesystem/bd/ProfilingBlockDevice.cpp
- Revision:
- 4:75df35ef4fb6
- Parent:
- 0:380207fcb5c1
--- a/mbed-os/features/filesystem/bd/ProfilingBlockDevice.cpp Thu Mar 29 14:42:59 2018 +0000 +++ b/mbed-os/features/filesystem/bd/ProfilingBlockDevice.cpp Fri Mar 30 14:07:05 2018 +0000 @@ -82,6 +82,11 @@ return _bd->get_erase_size(); } +bd_size_t ProfilingBlockDevice::get_erase_size(bd_addr_t addr) const +{ + return _bd->get_erase_size(addr); +} + int ProfilingBlockDevice::get_erase_value() const { return _bd->get_erase_value();