]> sigrok.org Git - libsigrok.git/commitdiff
sw_limits: add const for limits param for config_get
authorGerhard Sittig <redacted>
Mon, 3 Aug 2020 15:48:38 +0000 (17:48 +0200)
committerGerhard Sittig <redacted>
Mon, 3 Aug 2020 15:53:11 +0000 (17:53 +0200)
The sr_sw_limits_config_get() routine exclusively reads the 'limits'
parameter, need not write to it. Add the 'const' attribute.


No differences found