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