]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/dmm/fs9721.c
common/dmm: Drop obsolete *is_packet_start() functions.
[libsigrok.git] / hardware / common / dmm / fs9721.c
index 41b08f713e7bb0bc133f3743c6f9f7be312bc2e0..6a55c716da69cecd0c7c04554f4f57fcf7b8b4b3 100644 (file)
@@ -326,11 +326,6 @@ static void handle_flags(struct sr_datafeed_analog *analog, float *floatval,
                sr_spew("User-defined LCD symbol 3 is active.");
 }
 
-SR_PRIV gboolean sr_fs9721_is_packet_start(uint8_t b)
-{
-       return (((b >> 4) & 0x0f) == 0x01);
-}
-
 SR_PRIV gboolean sr_fs9721_packet_valid(const uint8_t *buf)
 {
        struct fs9721_info info;