mbed-os/features/storage/kvstore/tdbstore
Seppo Takalo 513891d4f6 Check return of BlockDevice::init() in TDBStore.
Return value was ignored, and TDBStore:init() ended up in a
MBED_ERROR() phase after that.

TDBStore API was limited to allow returning of only two separate
errors, which may end up hiding the actual return value. Change
the documentation slightly to allow returning of original error
code from the underlying block device.

Fixes #11591
2019-09-30 13:26:56 +03:00
..
TDBStore.cpp Check return of BlockDevice::init() in TDBStore. 2019-09-30 13:26:56 +03:00
TDBStore.h Check return of BlockDevice::init() in TDBStore. 2019-09-30 13:26:56 +03:00
mbed_lib.json Storage mbed_lib.json files 2019-02-13 20:36:00 +02:00