X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fbinary.c;h=7c8fa105e80eb7819d58dae990b785017eac304b;hb=8cd15dd4ce2fdbefbcc6e64632c8006e5404f253;hp=196aa4751a3975f0d327692376d206708ae2b77d;hpb=c1aae90038456a61d0f9313d34e6107c3440d3e7;p=libsigrok.git diff --git a/src/output/binary.c b/src/output/binary.c index 196aa475..7c8fa105 100644 --- a/src/output/binary.c +++ b/src/output/binary.c @@ -14,10 +14,10 @@ * 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 #include #include #include @@ -45,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,