From 0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 28 Jan 2014 00:33:20 +0100 Subject: Support new revision of UFO cameras... --- apps/compare_to_value.c | 2 +- apps/pio_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') 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) -- cgit v1.2.3