X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok.h;h=5589bdc11159e0d9ec8b0ed609dd3201ecec4315;hb=764e7bbfec52f0530f1f965879b0d81a7fc9acb2;hp=53ff8c2470431c9e83619e5d256573e2b435bbe0;hpb=23f43dff15abf5202d81f36e062b0ae5b0ca01cd;p=libsigrok.git diff --git a/libsigrok.h b/libsigrok.h index 53ff8c24..5589bdc1 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -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, };