X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Ffs9721.c;h=8edeed9315b9f2aec99ac7ea1a8f6408f538655b;hb=27cd728f8a52026be5d83890c3d911fa29ee62f9;hp=f3101f8b34b88ce5bffc9078341bdd3e7c4c9d35;hpb=155b680da482cea2381becb73c51cfb838bff31e;p=libsigrok.git diff --git a/src/dmm/fs9721.c b/src/dmm/fs9721.c index f3101f8b..8edeed93 100644 --- a/src/dmm/fs9721.c +++ b/src/dmm/fs9721.c @@ -31,11 +31,12 @@ * - The protocol seems to be exactly the same. */ +#include #include #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "fs9721" @@ -335,7 +336,7 @@ SR_PRIV gboolean sr_fs9721_packet_valid(const uint8_t *buf) * * @param buf Buffer containing the 14-byte protocol packet. Must not be NULL. * @param floatval Pointer to a float variable. That variable will contain the - * result value upon parsing success. Mut not be NULL. + * result value upon parsing success. Must not be NULL. * @param analog Pointer to a struct sr_datafeed_analog. The struct will be * filled with data according to the protocol packet. * Must not be NULL.