]> sigrok.org Git - libsigrok.git/blobdiff - src/dmm/eev121gw.c
dmm/eev121gw: visibility nits (single display parse routine)
[libsigrok.git] / src / dmm / eev121gw.c
index 7361928a6a40ea3471424f43d34eb8165a0867be..f1a0070ae84fbe4e837949f31ec91be365bdae3c 100644 (file)
@@ -691,7 +691,7 @@ SR_PRIV gboolean sr_eev121gw_packet_valid(const uint8_t *buf)
  * @return SR_OK upon success, SR_ERR upon failure. Upon errors, the
  *         'analog' variable contents are undefined and should not be used.
  */
-SR_PRIV int sr_eev121gw_parse(const uint8_t *buf, float *floatval,
+static int sr_eev121gw_parse(const uint8_t *buf, float *floatval,
                struct sr_datafeed_analog *analog, void *info)
 {
        struct eev121gw_info *info_local;