From 31477a2d3ea7aed871b9dcc87c8a157c747bfae8 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 9 Oct 2012 19:12:11 +0200 Subject: print results even if no frames grabbed --- pcilib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcilib.h') diff --git a/pcilib.h b/pcilib.h index fe7af8c..0547461 100644 --- a/pcilib.h +++ b/pcilib.h @@ -32,7 +32,7 @@ typedef uint8_t pcilib_dma_engine_addr_t; typedef uint8_t pcilib_dma_engine_t; typedef uint64_t pcilib_event_id_t; typedef uint32_t pcilib_event_t; -typedef uint64_t pcilib_timeout_t; +typedef uint64_t pcilib_timeout_t; /**< In microseconds */ typedef enum { PCILIB_HOST_ENDIAN = 0, -- cgit v1.2.3