Merge pull request #31 from taikoyaP/testbuild
fix message typo on system/zmodem/zm_state.c
This commit is contained in:
commit
0395cf9c88
@ -647,7 +647,7 @@ static int zm_data(FAR struct zm_state_s *pzm, uint8_t ch)
|
|||||||
if (pzm->pktlen >= ZM_PKTBUFSIZE)
|
if (pzm->pktlen >= ZM_PKTBUFSIZE)
|
||||||
{
|
{
|
||||||
zmdbg("ERROR: The packet buffer is full\n");
|
zmdbg("ERROR: The packet buffer is full\n");
|
||||||
zmdbg(" ch=%c[%02x] pktlen=%d ptktype=%02x ncrc=%d\n",
|
zmdbg(" ch=%c[%02x] pktlen=%d pkttype=%02x ncrc=%d\n",
|
||||||
isprint(ch) ? ch : '.', ch, pzm->pktlen, pzm->pkttype, pzm->ncrc);
|
isprint(ch) ? ch : '.', ch, pzm->pktlen, pzm->pkttype, pzm->ncrc);
|
||||||
zmdbg(" rcvlen=%d rcvndx=%d\n",
|
zmdbg(" rcvlen=%d rcvndx=%d\n",
|
||||||
pzm->rcvlen, pzm->rcvndx);
|
pzm->rcvlen, pzm->rcvndx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user