summaryrefslogtreecommitdiff
path: root/firmware/test/i2c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test/i2c/main.c')
-rw-r--r--firmware/test/i2c/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/i2c/main.c b/firmware/test/i2c/main.c
index f4540e4959..ad0f8efcbd 100644
--- a/firmware/test/i2c/main.c
+++ b/firmware/test/i2c/main.c
@@ -642,7 +642,7 @@ int main(void)
642 642
643 643
644 644
645 i = fat_mount(IF_MV2(0,) IF_MV2(0,) part[0].start); 645 i = fat_mount(IF_MV2(0,) IF_MD2(0,) part[0].start);
646 646
647 debugf("fat_mount() returned %d\n", i); 647 debugf("fat_mount() returned %d\n", i);
648 648