X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fteleinfo%2Fprotocol.h;h=84a7546e2c2bfa4a03c3244a895f578df74765cf;hp=f95c50eba16e69ced766a583b762c0b6974c1a32;hb=c1aae90038456a61d0f9313d34e6107c3440d3e7;hpb=155b680da482cea2381becb73c51cfb838bff31e 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. */