mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-10 10:46:32 +00:00
fix typo
This commit is contained in:
parent
fd3775e068
commit
012031bc8e
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ static int zm_data(FAR struct zm_state_s *pzm, uint8_t ch)
|
|||
if (pzm->pktlen >= ZM_PKTBUFSIZE)
|
||||
{
|
||||
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);
|
||||
zmdbg(" rcvlen=%d rcvndx=%d\n",
|
||||
pzm->rcvlen, pzm->rcvndx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue