mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 21:29:05 +00:00
Fix a typo I introduces.
This commit is contained in:
parent
9397552ef8
commit
9a14efc167
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ static int status(int fd)
|
|||
static int display(uint8_t chan, FAR struct ieee802154_packet_s *pack, bool verbose)
|
||||
{
|
||||
int i;
|
||||
int hlen = 0,;
|
||||
int hlen = 0;
|
||||
int dhlen = 0;
|
||||
char buf[IEEE802154_ADDRSTRLEN+1];
|
||||
struct ieee802154_addr_s dest,src;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue