X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmanson-hcs-3xxx%2Fprotocol.h;h=da47afb0c56f92eaf0e10874ef534a7005114289;hb=e847645b7be832c1d62d1ad2312e3a3d4de467ce;hp=df8814ed14a8e9e4123f6a484c1e0198e4874a67;hpb=d9251a2c9f1ca4380c27240ccca90c9f9ed46d3f;p=libsigrok.git diff --git a/src/hardware/manson-hcs-3xxx/protocol.h b/src/hardware/manson-hcs-3xxx/protocol.h index df8814ed..da47afb0 100644 --- a/src/hardware/manson-hcs-3xxx/protocol.h +++ b/src/hardware/manson-hcs-3xxx/protocol.h @@ -15,16 +15,7 @@ * 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 - */ - -/** - * @file - * - * Manson HCS-3xxx Series power supply driver - * - * @internal + * along with this program; if not, see . */ #ifndef LIBSIGROK_HARDWARE_MANSON_HCS_3XXX_PROTOCOL_H @@ -67,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. */