]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/api.c
drivers: Always use same scanopts/drvopts/devopts/devopts_cg* order.
[libsigrok.git] / src / hardware / hameg-hmo / api.c
index 22fcbc54b3c07472689c18bd61a3c16ed86870d4..5f192a842234d681aee4159a76a7fa2592f64c0e 100644 (file)
@@ -31,15 +31,15 @@ static const char *manufacturers[] = {
        "Rohde&Schwarz",
 };
 
-static const uint32_t drvopts[] = {
-       SR_CONF_OSCILLOSCOPE,
-};
-
 static const uint32_t scanopts[] = {
        SR_CONF_CONN,
        SR_CONF_SERIALCOMM,
 };
 
+static const uint32_t drvopts[] = {
+       SR_CONF_OSCILLOSCOPE,
+};
+
 enum {
        CG_INVALID = -1,
        CG_NONE,