X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmanson-hcs-3xxx%2Fprotocol.h;h=da47afb0c56f92eaf0e10874ef534a7005114289;hb=deb7615262ac4f9cc0750a08351afa7cbf9c34d5;hp=93cc54755b43410d77ffd9f7af59e84478019eb9;hpb=2ea1fdf12113311cbe1a4316e9e2efe4d8ac40f0;p=libsigrok.git diff --git a/src/hardware/manson-hcs-3xxx/protocol.h b/src/hardware/manson-hcs-3xxx/protocol.h index 93cc5475..da47afb0 100644 --- a/src/hardware/manson-hcs-3xxx/protocol.h +++ b/src/hardware/manson-hcs-3xxx/protocol.h @@ -18,14 +18,6 @@ * along with this program; if not, see . */ -/** - * @file - * - * Manson HCS-3xxx Series power supply driver - * - * @internal - */ - #ifndef LIBSIGROK_HARDWARE_MANSON_HCS_3XXX_PROTOCOL_H #define LIBSIGROK_HARDWARE_MANSON_HCS_3XXX_PROTOCOL_H @@ -66,7 +58,6 @@ struct hcs_model { double current[3]; /**< Min, max, step */ }; -/** Private, per-device-instance driver context. */ struct dev_context { const struct hcs_model *model; /**< Model information. */