]> sigrok.org Git - libsigrok.git/blobdiff - hardware/tekpower-dmm/protocol.h
Rework FS9721 parser.
[libsigrok.git] / hardware / tekpower-dmm / protocol.h
index e4c7cbd4f96948aec5c9a22fdbabe4d296d33a31..e797515b67a33781ebaf74fb5da1dc434617f267 100644 (file)
@@ -20,8 +20,6 @@
 #ifndef LIBSIGROK_HARDWARE_TEKPOWER_DMM_PROTOCOL_H
 #define LIBSIGROK_HARDWARE_TEKPOWER_DMM_PROTOCOL_H
 
-#include "hardware/common/dmm/fs9721.h"
-
 /* Message logging helpers with driver-specific prefix string. */
 #define DRIVER_LOG_DOMAIN "tekpower-dmm: "
 #define sr_log(l, s, args...) sr_log(l, DRIVER_LOG_DOMAIN s, ## args)
@@ -33,8 +31,6 @@
 
 #define DMM_BUFSIZE            256
 
-#define FLAG_TEMP_CELSIUS      FS9721_USR2
-
 /** Private, per-device-instance driver context. */
 struct dev_context {
        /** The current sampling limit (in number of samples). */