]> sigrok.org Git - libsigrok.git/blobdiff - src/dmm/fs9721.c
sigrok.m4: Add SR_PROG_MAKE_NO_PRINT_DIRECTORY macro
[libsigrok.git] / src / dmm / fs9721.c
index f3101f8b34b88ce5bffc9078341bdd3e7c4c9d35..6bc151a78b2d999c104f3527ec99def4a77f92af 100644 (file)
@@ -35,7 +35,7 @@
 #include <ctype.h>
 #include <math.h>
 #include <glib.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "fs9721"
@@ -335,7 +335,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.