From 74e46ae18c19b6f770530adc846dc1b0325f4b40 Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 1 Oct 2009 19:01:59 +0000 Subject: [PATCH] Add some debug info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3000 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/net/ax25.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/net/ax25.c b/bertos/net/ax25.c index 0fa3c857..19e63a20 100644 --- a/bertos/net/ax25.c +++ b/bertos/net/ax25.c @@ -120,7 +120,7 @@ void ax25_poll(AX25Ctx *ctx) { if (!ctx->escape && c == HDLC_FLAG) { - LOG_INFO("Frame start\n"); + LOG_INFO("Frame start, frm_len %d\n", ctx->frm_len); if (ctx->frm_len >= AX25_MIN_FRAME_LEN) { if (ctx->crc_in == AX25_CRC_CORRECT) -- 2.25.1