fixed bug that I did that was noted by allan willcox

This commit is contained in:
Frank Mori Hess 2001-08-31 23:19:52 +00:00
parent 3ed20f03dd
commit a6f0492b24

View file

@ -142,6 +142,7 @@ int main(int argc, char *argv[])
memset(&insn, 0, sizeof(comedi_insn));
insn.insn = INSN_INTTRIG;
insn.subdev = subdevice;
comedi_do_insn(dev, &insn);
while(1){