From 333fe52eb3c7876cfe668dfe0445d34c46989d73 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 3 Feb 2016 19:53:55 +0100 Subject: Keep printf's happy --- dma/ipe.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dma') diff --git a/dma/ipe.h b/dma/ipe.h index 58185ff..18452bd 100644 --- a/dma/ipe.h +++ b/dma/ipe.h @@ -5,10 +5,10 @@ #include "pcilib.h" #include "version.h" -#define IPEDMA_PAGE_SIZE 4096 /**< page size */ -#define IPEDMA_DMA_PAGES 1024 /**< number of DMA pages in the ring buffer to allocate */ +#define IPEDMA_PAGE_SIZE 4096l /**< page size */ +#define IPEDMA_DMA_PAGES 1024l /**< number of DMA pages in the ring buffer to allocate */ -#define IPEDMA_DMA_TIMEOUT 100000 /**< us, overrides PCILIB_DMA_TIMEOUT (actual hardware timeout is 50ms according to Lorenzo) */ +#define IPEDMA_DMA_TIMEOUT 100000l /**< us, overrides PCILIB_DMA_TIMEOUT (actual hardware timeout is 50ms according to Lorenzo) */ pcilib_dma_context_t *dma_ipe_init(pcilib_t *ctx, const char *model, const void *arg); void dma_ipe_free(pcilib_dma_context_t *vctx); -- cgit v1.2.3