X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fmanson-hcs-3xxx%2Fprotocol.h;h=da47afb0c56f92eaf0e10874ef534a7005114289;hp=bb898f2011828f54d28cd0dc640e2d9a67d9c233;hb=HEAD;hpb=a655b3fd08915859dbcdad192c35a34b1b2bbb4d diff --git a/src/hardware/manson-hcs-3xxx/protocol.h b/src/hardware/manson-hcs-3xxx/protocol.h index bb898f20..da47afb0 100644 --- a/src/hardware/manson-hcs-3xxx/protocol.h +++ b/src/hardware/manson-hcs-3xxx/protocol.h @@ -15,15 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * 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 @@ -64,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. */