libsigrok.h: Fix SR_CONF_UNDER_VOLTAGE_CONDITION_THRESHOLD order.
This has to be the last entry in its "category", otherwise it'll mean an ABI breakage.
This commit is contained in:
parent
0aaaee2dd3
commit
187c300b59
|
@ -983,12 +983,12 @@ enum sr_configkey {
|
||||||
/** Under-voltage condition active. */
|
/** Under-voltage condition active. */
|
||||||
SR_CONF_UNDER_VOLTAGE_CONDITION_ACTIVE,
|
SR_CONF_UNDER_VOLTAGE_CONDITION_ACTIVE,
|
||||||
|
|
||||||
/** Under-voltage condition threshold. */
|
|
||||||
SR_CONF_UNDER_VOLTAGE_CONDITION_THRESHOLD,
|
|
||||||
|
|
||||||
/** Trigger level. */
|
/** Trigger level. */
|
||||||
SR_CONF_TRIGGER_LEVEL,
|
SR_CONF_TRIGGER_LEVEL,
|
||||||
|
|
||||||
|
/** Under-voltage condition threshold. */
|
||||||
|
SR_CONF_UNDER_VOLTAGE_CONDITION_THRESHOLD,
|
||||||
|
|
||||||
/* Update sr_key_info_config[] (hwdriver.c) upon changes! */
|
/* Update sr_key_info_config[] (hwdriver.c) upon changes! */
|
||||||
|
|
||||||
/*--- Special stuff -------------------------------------------------*/
|
/*--- Special stuff -------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue