From 20bc38fe1a88667409b2ca774c0e8254ba339654 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Tue, 10 Jan 2012 14:38:29 +0000 Subject: [PATCH] reverting to before configuremac command for error-free git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@86 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/slsDetector/slsDetector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index 0df919b17..d98208521 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -6349,10 +6349,10 @@ string slsDetector::executeLine(int narg, char *args[], int action) { sprintf(answer,"%d", setSpeed(TOT_DUTY_CYCLE)); return string(answer); //gotthard - }else if (var=="configuremac") { + }/*else if (var=="configuremac") { configureMAC(); return string("mac configuration completed"); - } + }*/ return ("Unknown command"); }