From 47f1100bf95439631a04a0937ab420b1509a28a2 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Fri, 9 Sep 2005 01:06:25 +0000 Subject: [PATCH] Set status of at-mio-16xe-50 back to STATUS_DONE, as it seems to be fine after all. --- comedi_calibrate/ni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comedi_calibrate/ni.c b/comedi_calibrate/ni.c index 57d060b..44e7732 100644 --- a/comedi_calibrate/ni.c +++ b/comedi_calibrate/ni.c @@ -87,7 +87,7 @@ static struct board_struct boards[]={ { "at-mio-16e-2", STATUS_DONE, cal_ni_at_mio_16e_2, ni_setup_observables, 0x1a9, 0x1aa }, { "at-mio-16e-10", STATUS_DONE, cal_ni_at_mio_16e_10, ni_setup_observables, 0x1a7, 0x1a8 }, { "at-mio-16xe-10", STATUS_UNKNOWN, NULL, ni_setup_observables, 0x1b7, 0x1b8 }, - { "at-mio-16xe-50", STATUS_SOME, cal_ni_at_mio_16xe_50, ni_setup_observables, 0x1b5, 0x1b6 }, + { "at-mio-16xe-50", STATUS_DONE, cal_ni_at_mio_16xe_50, ni_setup_observables, 0x1b5, 0x1b6 }, { "at-mio-64e-3", STATUS_SOME, cal_ni_at_mio_64e_3, ni_setup_observables, 0x1a9, 0x1aa}, { "DAQCard-ai-16e-4", STATUS_DONE, cal_ni_daqcard_ai_16e_4, ni_setup_observables, 0x1b5, 0x1b6 }, { "DAQCard-ai-16xe-50", STATUS_DONE, cal_ni_daqcard_ai_16xe_50, ni_setup_observables, 0x1be, 0x1bf },