]> sigrok.org Git - libsigrok.git/blobdiff - src/hwdriver.c
libsigrok.h: Add SR_CONF_OVER_TEMPERATURE_PROTECTION_ACTIVE.
[libsigrok.git] / src / hwdriver.c
index 21cd42e56cb793bc446b9ae512225c4fd3cc4bcb..26ecbe1a538e92343e84885e4c926c8a26594995 100644 (file)
@@ -169,6 +169,8 @@ static struct sr_config_info sr_config_info_data[] = {
                "Measured secondary quantity", NULL},
        {SR_CONF_EQUIV_CIRCUIT_MODEL, SR_T_STRING, "equiv_circuit_model",
                "Equivalent circuit model", NULL},
+       {SR_CONF_OVER_TEMPERATURE_PROTECTION_ACTIVE, SR_T_BOOL, "otp_active",
+               "Over-temperature protection active", NULL},
 
        /* Special stuff */
        {SR_CONF_SCAN_OPTIONS, SR_T_STRING, "scan_options",