X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ftondaj-sl-814%2Fapi.c;h=e282f4c7a4836c3787aff814164d1421d2176453;hb=6fab7b8f5365c7be69be4a755910945b6113dd8f;hp=b6d38cd160cbe9cb7c542866377ac805e5e91595;hpb=4afdfd4628e9955af02a3ea619ecdfe469f9a9e2;p=libsigrok.git diff --git a/hardware/tondaj-sl-814/api.c b/hardware/tondaj-sl-814/api.c index b6d38cd1..e282f4c7 100644 --- a/hardware/tondaj-sl-814/api.c +++ b/hardware/tondaj-sl-814/api.c @@ -286,6 +286,7 @@ SR_PRIV struct sr_dev_driver tondaj_sl_814_driver_info = { .scan = hw_scan, .dev_list = hw_dev_list, .dev_clear = clear_instances, + .config_get = NULL, .config_set = config_set, .config_list = config_list, .dev_open = hw_dev_open,