From 8be040818710665c8a85b4db6ed23bf9a51a6267 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sun, 29 Feb 2004 16:49:29 +0000 Subject: [PATCH] add serial dio subdevice type --- demo/info.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/info.c b/demo/info.c index 1420d0e..7e75427 100644 --- a/demo/info.c +++ b/demo/info.c @@ -33,7 +33,8 @@ char *subdevice_types[]={ "timer", "memory", "calibration", - "processor" + "processor", + "serial digital I/O" }; comedi_t *it;