X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fax25.c;h=d2c2639b105805a79385722277cdf4081cf6618e;hb=5d57564d326be3dc789a616fe3299295683fff07;hp=32adf4ebbfe435c1f6635bf1001a97ab1e2ee342;hpb=aef5ae9c57a34a342c7a6c83ece45ee77483ef0d;p=bertos.git diff --git a/bertos/net/ax25.c b/bertos/net/ax25.c index 32adf4eb..d2c2639b 100644 --- a/bertos/net/ax25.c +++ b/bertos/net/ax25.c @@ -63,7 +63,6 @@ static void ax25_decode(AX25Ctx *ctx) uint8_t *buf = ctx->buf; DECODE_CALL(buf, msg.dst.call); - ASSERT(!(*buf & 0x01)); msg.dst.ssid = (*buf++ >> 1) & 0x0F; DECODE_CALL(buf, msg.src.call);