From: Frank Mori Hess Date: Fri, 10 Aug 2007 17:50:59 +0000 (+0000) Subject: Removed some obsolete comments. X-Git-Tag: r0_8_1~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ec21b27ef8d18be500b1f60d40a3411e1eaa030;p=comedilib.git Removed some obsolete comments. --- diff --git a/demo/ao_waveform.c b/demo/ao_waveform.c index 2c24895..fe75bed 100644 --- a/demo/ao_waveform.c +++ b/demo/ao_waveform.c @@ -32,15 +32,6 @@ * [ Actually, the accumulator is only 26 bits, for some * reason. I'll fix this sometime. ] * - * On the Comedi side of things, the setup for mode 2 - * is similar to analog input, except for the TRIG_WRITE - * flag. Once you have issued the command, comedi then - * expects you to keep the buffer full of data to output - * to the DAC. This is done by write(). Since there - * may be a delay between the comedi_command() and a subsequent - * write(), you should fill the buffer using write() before - * you call comedi_command(), as is done here. - * */ #include