diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2014-01-28 00:33:20 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2014-01-28 00:33:20 +0100 |
commit | 0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb (patch) | |
tree | e0eed0831157e4dacd7ef902ff16d181948f5775 /apps/pio_test.c | |
parent | 9055c2d30ef1c2f87f443d987afdb6564b43b20a (diff) | |
download | pcitool-0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb.tar.gz pcitool-0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb.tar.bz2 pcitool-0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb.tar.xz pcitool-0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb.zip |
Support new revision of UFO cameras...
Diffstat (limited to 'apps/pio_test.c')
-rw-r--r-- | apps/pio_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |