X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Fchronovu_la8.c;fp=output%2Fchronovu_la8.c;h=08164e6b6a0826a7a89da79edeee6b1487e4bc56;hb=44559b2c3bfa2c892242097e3aba871a11f943eb;hp=206f6cdf9bbeeef7bf15c5391429f7816f577bba;hpb=6f64ebb22306d1436becd9da4fb3761c99462810;p=libsigrok.git diff --git a/output/chronovu_la8.c b/output/chronovu_la8.c index 206f6cdf..08164e6b 100644 --- a/output/chronovu_la8.c +++ b/output/chronovu_la8.c @@ -2,6 +2,7 @@ * This file is part of the libsigrok project. * * Copyright (C) 2011 Uwe Hermann + * Copyright (C) 2014 Bert Vermeulen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,8 +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 + * along with this program. If not, see . */ #include @@ -186,7 +186,6 @@ static int cleanup(struct sr_output *o) SR_PRIV struct sr_output_format output_chronovu_la8 = { .id = "chronovu-la8", .description = "ChronoVu LA8", - .df_type = SR_DF_LOGIC, .init = init, .receive = receive, .cleanup = cleanup,