]> sigrok.org Git - libsigrok.git/blobdiff - src/hwdriver.c
global: Treat SR_CONF_OUTPUT_FREQUENCY as float instead of uint64_t
[libsigrok.git] / src / hwdriver.c
index ec0c706e97279ee431d516b9a19d4ba81d9d412d..c6c5645659e44a50d81c230f0b1dcc70a97722a0 100644 (file)
@@ -157,7 +157,7 @@ static struct sr_config_info sr_config_info_data[] = {
                "Output channel regulation", NULL},
        {SR_CONF_OVER_TEMPERATURE_PROTECTION, SR_T_BOOL, "otp",
                "Over-temperature protection", NULL},
-       {SR_CONF_OUTPUT_FREQUENCY, SR_T_UINT64, "output_frequency",
+       {SR_CONF_OUTPUT_FREQUENCY, SR_T_FLOAT, "output_frequency",
                "Output frequency", NULL},
        {SR_CONF_MEASURED_QUANTITY, SR_T_STRING, "measured_quantity",
                "Measured quantity", NULL},