Skip to content

Commit 2064ade

Browse files
committed
TDBStore Doxygen: flash characteristics no longer required
1 parent cfedf1b commit 2064ade

File tree

1 file changed

+1
-4
lines changed
  • storage/kvstore/tdbstore/include/tdbstore

1 file changed

+1
-4
lines changed

storage/kvstore/tdbstore/include/tdbstore/TDBStore.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ class TDBStore : public KVStore {
4040
/**
4141
* @brief Class constructor
4242
*
43-
* @param[in] bd Underlying block device. The BlockDevice
44-
* can be any BlockDevice with flash characteristics.
45-
* If using a BlockDevice without flash, such as SDBlockDevice,
46-
* please add the FlashSimBlockDevice on top of it.
43+
* @param[in] bd Underlying block device.
4744
*
4845
* @returns none
4946
*/

0 commit comments

Comments
 (0)