X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fio%2Fkfile_block.c;h=2b8e839bb5c6c47aeeb6522578914163c0096f9b;hb=d353d39ead9f9f0c4de25537f82fbefea11aef15;hp=569e1c765f45bda9da84ca42cd1952b031386389;hpb=0142058531b1f00b0dbe740b43900dfc361656e5;p=bertos.git 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);