]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Minor whitespace fix.
[libsigrok.git] / libsigrok.h
index 53ff8c2470431c9e83619e5d256573e2b435bbe0..5589bdc11159e0d9ec8b0ed609dd3201ecec4315 100644 (file)
@@ -632,7 +632,7 @@ enum {
         * flow   0      no flow control
         *        1      hardware-based (RTS/CTS) flow control
         *        2      software-based (XON/XOFF) flow control
-        * 
+        *
         * This is always an optional parameter, since a driver typically
         * knows the speed at which the device wants to communicate.
         */
@@ -803,8 +803,6 @@ enum {
        SR_INST_USB = 10000,
        /** Device instance type for serial port devices. */
        SR_INST_SERIAL,
-       /** Device instance type for USBTMC devices. */
-       SR_INST_USBTMC,
        /** Device instance type for SCPI devices. */
        SR_INST_SCPI,
 };