]> sigrok.org Git - libsigrok.git/commitdiff
Rename SR_CONF_LCR_METER to SR_CONF_LCRMETER.
authorUwe Hermann <redacted>
Mon, 13 Oct 2014 09:39:15 +0000 (11:39 +0200)
committerUwe Hermann <redacted>
Mon, 13 Oct 2014 09:39:15 +0000 (11:39 +0200)
(to be consistent with some other key names)

include/libsigrok/libsigrok.h
src/lcr/es51919.c

index 56b4f16f1342c8e4e1629266d441bebe691ef855..124c74492dad1c7e1cfa0c49f395ec57028aac66 100644 (file)
@@ -575,7 +575,7 @@ enum sr_configkey {
        SR_CONF_POWER_SUPPLY,
 
        /** LCR meter. */
-       SR_CONF_LCR_METER,
+       SR_CONF_LCRMETER,
 
        /*--- Driver scan options -------------------------------------------*/
 
index b602cc5a14300d6012a728fd96c780ef82596526..40fad3f6c85575b234e0ad6789ff239f4f86902c 100644 (file)
@@ -822,7 +822,7 @@ static const uint32_t scanopts[] = {
 };
 
 static const uint32_t devopts[] = {
-       SR_CONF_LCR_METER,
+       SR_CONF_LCRMETER,
        SR_CONF_CONTINUOUS,
        SR_CONF_LIMIT_SAMPLES | SR_CONF_SET,
        SR_CONF_LIMIT_MSEC | SR_CONF_SET,