X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fteleinfo%2Fprotocol.h;h=84a7546e2c2bfa4a03c3244a895f578df74765cf;hb=6ec6c43b4738dbc7091f4a49a4ec80ea6102cb52;hp=f95c50eba16e69ced766a583b762c0b6974c1a32;hpb=155b680da482cea2381becb73c51cfb838bff31e;p=libsigrok.git diff --git a/src/hardware/teleinfo/protocol.h b/src/hardware/teleinfo/protocol.h index f95c50eb..84a7546e 100644 --- a/src/hardware/teleinfo/protocol.h +++ b/src/hardware/teleinfo/protocol.h @@ -22,7 +22,7 @@ #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "teleinfo" @@ -45,7 +45,7 @@ struct dev_context { void *session_cb_data; /**< Opaque pointer passed in by the frontend. */ /* Operational state */ - enum optarif optarif; /**< The device mode (which mesures are reported) */ + enum optarif optarif; /**< The device mode (which measures are reported) */ uint64_t num_samples; /**< The number of already received samples. */ int64_t start_time; /**< The time at which sampling started. */