X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fbinary.c;h=7c8fa105e80eb7819d58dae990b785017eac304b;hb=46a36bf0bb2e46f6aee28f629e950fb923c2884f;hp=943b6ebcb343540ac67c9a249780067ce99f7bf5;hpb=6ec6c43b4738dbc7091f4a49a4ec80ea6102cb52;p=libsigrok.git diff --git a/src/output/binary.c b/src/output/binary.c index 943b6ebc..7c8fa105 100644 --- a/src/output/binary.c +++ b/src/output/binary.c @@ -14,8 +14,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 @@ -46,7 +45,7 @@ static int receive(const struct sr_output *o, const struct sr_datafeed_packet *p SR_PRIV struct sr_output_module output_binary = { .id = "binary", .name = "Binary", - .desc = "Raw binary", + .desc = "Raw binary logic data", .exts = NULL, .flags = 0, .options = NULL,