From: batt Date: Mon, 2 Aug 2010 13:13:33 +0000 (+0000) Subject: Add documentation; remove ASSERT on partial write. X-Git-Tag: 2.6.0~269 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=30a088bc2641f3e11c414dd32c672242099a9f5b;p=bertos.git Add documentation; remove ASSERT on partial write. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4121 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/io/kfile_block.c b/bertos/io/kfile_block.c index 569e1c76..2b8e839b 100644 --- a/bertos/io/kfile_block.c +++ b/bertos/io/kfile_block.c @@ -100,7 +100,6 @@ void kfileblock_init(KFileBlock *fb, KBlock *b) { ASSERT(fb); ASSERT(b); - ASSERT(kblock_partialWrite(b)); memset(fb, 0, sizeof(*fb)); kfile_init(&fb->fd); DB(fb->fd._type = KFT_KFILEBLOCK);