X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fbinary.c;h=7c8fa105e80eb7819d58dae990b785017eac304b;hb=084d6b927163fb0881941ad13014e07a6a5e7a77;hp=04627f32287c13e46adc09fcf88d96ef6344d64c;hpb=8a174d23427735617d69c7502ed8dcade786bbf9;p=libsigrok.git diff --git a/src/output/binary.c b/src/output/binary.c index 04627f32..7c8fa105 100644 --- a/src/output/binary.c +++ b/src/output/binary.c @@ -14,14 +14,14 @@ * 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 -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "output/binary" @@ -45,8 +45,9 @@ 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, .receive = receive, };