]> sigrok.org Git - libsigrok.git/commitdiff
sr: only handling analog voltage units for now
authorBert Vermeulen <redacted>
Mon, 18 Jun 2012 23:06:02 +0000 (01:06 +0200)
committerBert Vermeulen <redacted>
Mon, 18 Jun 2012 23:06:02 +0000 (01:06 +0200)
sigrok.h.in

index 304f1d8f4f4f217e90a0da038a7c3044c86e4b2c..3e6f24e8f00a15337b73c8f183e36bd5cbb16ccf 100644 (file)
@@ -170,7 +170,6 @@ enum {
 /* sr_datafeed_analog.unit values */
 enum {
        SR_UNIT_VOLTAGE,
-       SR_UNIT_CURRENT,
 };
 
 struct sr_datafeed_packet {