From: asterix Date: Tue, 10 Jun 2008 17:32:25 +0000 (+0000) Subject: Use new kfile test name. X-Git-Tag: 2.0.0~498 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4f7c63b27d20f92c2c9300f06c8d0bc57d43301a;p=bertos.git Use new kfile test name. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1436 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/flash25_test.c b/bertos/drv/flash25_test.c index a221992f..1506aaba 100644 --- a/bertos/drv/flash25_test.c +++ b/bertos/drv/flash25_test.c @@ -75,7 +75,7 @@ bool flash25_test(KFile *channel) * Launche a kfile test interface. */ kprintf("Kfile test start..\n"); - if (!kfile_test(&fd.fd, test_buf, NULL, sizeof(test_buf))) + if (!kfile_testRun(&fd.fd, test_buf, NULL, sizeof(test_buf))) return false; return true;