diff options
Diffstat (limited to 'spectro/usbio_nt.c')
-rw-r--r-- | spectro/usbio_nt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spectro/usbio_nt.c b/spectro/usbio_nt.c index f5c3af8..34426fd 100644 --- a/spectro/usbio_nt.c +++ b/spectro/usbio_nt.c @@ -99,14 +99,14 @@ int *retsz) { return ICOM_OK; } -/* Add paths to USB connected instruments */ +/* Add paths to USB connected device */ /* Return an icom error */ int usb_get_paths( icompaths *p ) { unsigned int vid, pid, nep10 = 0xffff; unsigned int configix, nconfig, nifce; - instType itype; + devType itype; struct usb_idevice *usbd = NULL; int rv, retsz, i; |