diff options
-rw-r--r-- | private.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ #endif /* PCIDEV_DEBUG */ #define PCIDEV_DEFAULT_BUFFER_SIZE 256 //**< number of buffers in a ring buffer, should be power of 2 */ -#define PCIDEV_INTEGRATION_PERIOD 5000000 //**< the duration of integration period, in microseconds */ +#define PCIDEV_INTEGRATION_PERIOD 5 //**< the duration of integration period, in microseconds */ #define PCIDEV_EVENT_SIZE 256 //**< the size of event data in bytes, always 256 in this example */ #define PCIDEV_NOEVENT_SLEEP 100 //**< Sleep while polling for a new frame in reader */ #define PCIDEV_DMA_TIMEOUT 50000 //**< Default DMA timeout in microseconds */ |