From 8394e52393db154e1878a7e9c1c4d447ba23f752 Mon Sep 17 00:00:00 2001 From: Koennecke Mark Date: Tue, 8 Sep 2015 08:30:11 +0200 Subject: [PATCH] Fixed comment in countersec.c --- countersec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/countersec.c b/countersec.c index 2ec4f3e8..9ddbcb1a 100644 --- a/countersec.c +++ b/countersec.c @@ -192,6 +192,9 @@ static int SecCtrCheckStatus(void *pData, SConnection *pCon) The 1 below is only correct for PSI where only the first monitor can be the control monitor. Elsewhere this must be the control monitor channel + + This may need to change with the second generation DAQ where the + count control channel can be changed. */ fControl = v.v.intArray[1]; }