altos/test: Get the flight software test code working again
[fw/altos] / src / test / ao_fat_test.c
index 63be71c6b378b6b0424bf7cc3ff708ce278a5dc4..dc6337fc29b917e4987a443297623d680523617d 100644 (file)
@@ -485,7 +485,7 @@ long_test_fs(void)
                }
        }
 
-       printf ("\n   **** Write IO: read %llu write %llu data sectors %llu\n", total_reads, total_writes, (total_file_size + 511) / 512);
+       printf ("\n   **** Write IO: read %lu write %lu data sectors %lu\n", total_reads, total_writes, (total_file_size + 511) / 512);
 
        check_bufio("all files created");
        printf ("   **** All done creating files\n");
@@ -518,7 +518,7 @@ long_test_fs(void)
                        check_bufio("file shown");
                }
        }
-       printf ("\n  **** Read IO: read %llu write %llu\n", total_reads, total_writes);
+       printf ("\n  **** Read IO: read %lu write %lu\n", total_reads, total_writes);
 }
 
 char *params[] = {