From 2064adee7c8c34ef7e3ea34dcd3ff923741bf8bc Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Mon, 7 Dec 2020 17:32:29 +0000 Subject: [PATCH] TDBStore Doxygen: flash characteristics no longer required --- storage/kvstore/tdbstore/include/tdbstore/TDBStore.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/storage/kvstore/tdbstore/include/tdbstore/TDBStore.h b/storage/kvstore/tdbstore/include/tdbstore/TDBStore.h index 5115d12675..75f68abbfa 100644 --- a/storage/kvstore/tdbstore/include/tdbstore/TDBStore.h +++ b/storage/kvstore/tdbstore/include/tdbstore/TDBStore.h @@ -40,10 +40,7 @@ public: /** * @brief Class constructor * - * @param[in] bd Underlying block device. The BlockDevice - * can be any BlockDevice with flash characteristics. - * If using a BlockDevice without flash, such as SDBlockDevice, - * please add the FlashSimBlockDevice on top of it. + * @param[in] bd Underlying block device. * * @returns none */