diff options
| author | Suren A. Chilingaryan <csa@tir.suren.me> | 2024-04-04 01:09:04 +0200 |
|---|---|---|
| committer | Suren A. Chilingaryan <csa@tir.suren.me> | 2024-04-04 01:09:04 +0200 |
| commit | 1cd5bef30957e3f288d71fa812da883efd47aba1 (patch) | |
| tree | 5e5a1f5ec62d3b6149657f9e998a7244dd58ea20 | |
| parent | be24c4d8751eaed09927596e9f0f218b03e2f1da (diff) | |
| download | pcidev-1cd5bef30957e3f288d71fa812da883efd47aba1.tar.gz pcidev-1cd5bef30957e3f288d71fa812da883efd47aba1.tar.bz2 pcidev-1cd5bef30957e3f288d71fa812da883efd47aba1.tar.xz pcidev-1cd5bef30957e3f288d71fa812da883efd47aba1.zip | |
| -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 */ |
