projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38fb93f
)
Add some debug info.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 1 Oct 2009 19:01:59 +0000
(19:01 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 1 Oct 2009 19:01:59 +0000
(19:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3000
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/net/ax25.c
patch
|
blob
|
history
diff --git
a/bertos/net/ax25.c
b/bertos/net/ax25.c
index 0fa3c857566eea7c0443af87da9381c9ac555d7f..19e63a204e9aab09f557493e54adbbc1feca9336 100644
(file)
--- 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)