X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fflash25_test.c;h=814c1648b88b097fcebb53704a21db16c68985c7;hb=58428f4468f39e670f16a9ec5392b49a4a3b50a6;hp=a221992fde4949f1e52211ce8559014d1045fb3b;hpb=60d54449c12ed139911df35a9983c14019262d37;p=bertos.git diff --git a/bertos/drv/flash25_test.c b/bertos/drv/flash25_test.c index a221992f..814c1648 100644 --- a/bertos/drv/flash25_test.c +++ b/bertos/drv/flash25_test.c @@ -53,7 +53,7 @@ bool flash25_test(KFile *channel) { - KFileFlash25 fd; + Flash25 fd; uint8_t test_buf[256]; /* @@ -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;