summaryrefslogtreecommitdiff
path: root/firmware/test/fat/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test/fat/main.c')
-rw-r--r--firmware/test/fat/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/test/fat/main.c b/firmware/test/fat/main.c
index 9fd150429f..e190d81045 100644
--- a/firmware/test/fat/main.c
+++ b/firmware/test/fat/main.c
@@ -696,7 +696,7 @@ int main(int argc, char *argv[])
696#endif 696#endif
697 ) { 697 ) {
698 DEBUGF("*** Mounting at block %ld\n",pinfo[i].start); 698 DEBUGF("*** Mounting at block %ld\n",pinfo[i].start);
699 rc = fat_mount(IF_MV2(0,) IF_MV2(0,) pinfo[i].start); 699 rc = fat_mount(IF_MV2(0,) IF_MD2(0,) pinfo[i].start);
700 if(rc) { 700 if(rc) {
701 DEBUGF("mount: %d",rc); 701 DEBUGF("mount: %d",rc);
702 return -1; 702 return -1;
@@ -705,7 +705,7 @@ int main(int argc, char *argv[])
705 } 705 }
706 } 706 }
707 if ( i==4 ) { 707 if ( i==4 ) {
708 if(fat_mount(IF_MV2(0,) IF_MV2(0,) 0)) { 708 if(fat_mount(IF_MV2(0,) IF_MD2(0,) 0)) {
709 DEBUGF("No FAT32 partition!"); 709 DEBUGF("No FAT32 partition!");
710 return -1; 710 return -1;
711 } 711 }