MAX_N_CALDACS should be 28
authorDavid Schleef <ds@schleef.org>
Thu, 27 Sep 2001 21:20:38 +0000 (21:20 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 27 Sep 2001 21:20:38 +0000 (21:20 +0000)
comedi/drivers/ni_pcimio.c

index b2083ff4327ac2209407ca88961ee431de26f6dd..c4a7b0c5f4425ced98b1664e50221e18c36449cb 100644 (file)
@@ -115,7 +115,7 @@ static struct caldac_struct *type2[]={&caldac_dac8800,&caldac_dac8043,&caldac_ad
 static struct caldac_struct *type3[]={&caldac_mb88341,NULL,NULL};
 static struct caldac_struct *type4[]={&caldac_mb88341,&caldac_mb88341,&caldac_ad8522};
 
-#define MAX_N_CALDACS (12+12+1)
+#define MAX_N_CALDACS (12+12+2)
 
 #define NI_VENDOR_ID 0x1093
 /* The following two tables must be in the same order */