X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ftekpower-dmm%2Fprotocol.h;h=e797515b67a33781ebaf74fb5da1dc434617f267;hb=8c1adf3738b68912ab8cf4308341b82dbc83056a;hp=e4c7cbd4f96948aec5c9a22fdbabe4d296d33a31;hpb=be5c1d3b52a4c774bdd182ba54225a234d55336f;p=libsigrok.git diff --git a/hardware/tekpower-dmm/protocol.h b/hardware/tekpower-dmm/protocol.h index e4c7cbd4..e797515b 100644 --- a/hardware/tekpower-dmm/protocol.h +++ b/hardware/tekpower-dmm/protocol.h @@ -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). */