From 6fc705a3d378b6dad34dfbf3a892970cfa4ceb86 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Wed, 18 Dec 2013 15:33:54 +0100 Subject: [PATCH] commented entries in properties file so that software defaults take effect --- .../src/main/assembly/config/cdump.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ch.psi.fda.cdump/src/main/assembly/config/cdump.properties b/ch.psi.fda.cdump/src/main/assembly/config/cdump.properties index d81dde3..488b8a8 100644 --- a/ch.psi.fda.cdump/src/main/assembly/config/cdump.properties +++ b/ch.psi.fda.cdump/src/main/assembly/config/cdump.properties @@ -1,4 +1,4 @@ -ch.psi.fda.cdump.dataChannel= -ch.psi.fda.cdump.nelements=65536 -ch.psi.fda.cdump.controlChannel= -ch.psi.fda.cdump.samplingRateChannel= \ No newline at end of file +#ch.psi.fda.cdump.dataChannel= +#ch.psi.fda.cdump.nelements=65536 +#ch.psi.fda.cdump.controlChannel= +#ch.psi.fda.cdump.samplingRateChannel= \ No newline at end of file