diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-04-30 19:51:49 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-04-30 19:51:49 +0200 |
commit | 8da61292f595c5e700a4fef981b0e0d07910b4b2 (patch) | |
tree | a012e6312d95d50c3e8bd58bc972dbccdd3bd0bf /dma/nwl_private.h | |
parent | a740fcee56bd456a759e03526df476e1791fb2bd (diff) | |
download | pcitool-8da61292f595c5e700a4fef981b0e0d07910b4b2.tar.gz pcitool-8da61292f595c5e700a4fef981b0e0d07910b4b2.tar.bz2 pcitool-8da61292f595c5e700a4fef981b0e0d07910b4b2.tar.xz pcitool-8da61292f595c5e700a4fef981b0e0d07910b4b2.zip |
Provide an interface for logging debug messages
Diffstat (limited to 'dma/nwl_private.h')
-rw-r--r-- | dma/nwl_private.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dma/nwl_private.h b/dma/nwl_private.h index 1d60169..08f0feb 100644 --- a/dma/nwl_private.h +++ b/dma/nwl_private.h @@ -17,9 +17,6 @@ typedef struct pcilib_nwl_engine_context_s pcilib_nwl_engine_context_t; #define PCILIB_NWL_REGISTER_TIMEOUT 10000 /**< us */ -//#define DEBUG_HARDWARE -//#define DEBUG_NWL - #include "nwl.h" #include "nwl_irq.h" #include "nwl_engine.h" |