diff options
Diffstat (limited to 'ax25ipd/io.c')
-rw-r--r-- | ax25ipd/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/io.c b/ax25ipd/io.c index 2eeb0ea..2e3ec07 100644 --- a/ax25ipd/io.c +++ b/ax25ipd/io.c @@ -366,7 +366,7 @@ void io_start() { if (!ttyfd_bpq) { assemble_kiss(buf, n); } else { - // no crc on bpqether. but a MAC header + /* no crc but MAC header on bpqether */ if (receive_bpq(buf, n) < 0) { goto out_ttyfd; } |