]> sigrok.org Git - libsigrok.git/blobdiff - src/output/chronovu_la8.c
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / output / chronovu_la8.c
index 1c0953f71745f98463648e4da7774db2fbd82d93..adc6ba0d67d88df1188aa5cba9c4cb7e8b70bfd9 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "output/chronovu-la8"
@@ -186,8 +187,9 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_module output_chronovu_la8 = {
        .id = "chronovu-la8",
        .name = "ChronoVu LA8",
-       .desc = "ChronoVu LA8 native file format",
+       .desc = "ChronoVu LA8 native file format data",
        .exts = (const char*[]){"kdt", NULL},
+       .flags = 0,
        .options = NULL,
        .init = init,
        .receive = receive,