altosui: Add config and pyro tabs to graph widget
[fw/altos] / src / test / ao_fat_test.c
index d1309024063270a99f3ac6ec507236e1c00bed4f..dc6337fc29b917e4987a443297623d680523617d 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -484,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");
@@ -517,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[] = {