summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tuner_e4000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tuner_e4000.c b/src/tuner_e4000.c
index ae14dfc..60ca91a 100644
--- a/src/tuner_e4000.c
+++ b/src/tuner_e4000.c
@@ -103,10 +103,10 @@ e4000_Initialize(void *pTuner
if(Qpeak(pTuner) != E4000_1_SUCCESS)
goto error_status_execute_function;
-
+#if 0
if(DCoffloop(pTuner) != E4000_1_SUCCESS)
goto error_status_execute_function;
-
+#endif
if(GainControlinit(pTuner) != E4000_1_SUCCESS)
goto error_status_execute_function;