]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/baylibre-acme/protocol.h
baylibre-acme: Move enum channel_type to protocol.c.
[libsigrok.git] / src / hardware / baylibre-acme / protocol.h
index 9410e114fa0ec5fd0f7644e00dc497fcb4d86e10..d0c9761d6d0e4ac98832b1f10b0c2c2e04d7d17c 100644 (file)
@@ -49,14 +49,6 @@ enum probe_type {
        PROBE_TEMP,
 };
 
-enum channel_type {
-       ENRG_PWR = 1,
-       ENRG_CURR,
-       ENRG_VOL,
-       TEMP_IN,
-       TEMP_OUT,
-};
-
 /** Private, per-device-instance driver context. */
 struct dev_context {
        uint64_t samplerate;