diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/compare_to_value.c | 2 | ||||
-rw-r--r-- | apps/pio_test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/compare_to_value.c b/apps/compare_to_value.c index e1082ce..75ad353 100644 --- a/apps/compare_to_value.c +++ b/apps/compare_to_value.c @@ -62,5 +62,5 @@ int main(int argc, char *argv[]) { free(buf); printf("%lu of %lu is wrong\n", count, total); - + return 0; } diff --git a/apps/pio_test.c b/apps/pio_test.c index 7eca362..84439ee 100644 --- a/apps/pio_test.c +++ b/apps/pio_test.c @@ -16,7 +16,7 @@ //#define REALTIME #define BAR PCILIB_BAR0 -#define BITS 16 +#define BITS 32 #define MASK ((1ll << BITS) - 1) |