mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-15 07:02:15 +00:00
i8sak: Minor formatting fix
This commit is contained in:
parent
f95de69f67
commit
2f32bd4391
1 changed files with 1 additions and 2 deletions
|
|
@ -197,8 +197,7 @@ void i8sak_tx_cmd(FAR struct i8sak_s *i8sak, int argc, FAR char *argv[])
|
|||
wpanlistener_add_eventreceiver(&i8sak->wpanlistener, tx_eventcb,
|
||||
&eventfilter, (FAR void *)i8sak, true);
|
||||
|
||||
|
||||
ret = i8sak_tx(i8sak,fd);
|
||||
ret = i8sak_tx(i8sak, fd);
|
||||
if (ret < 0)
|
||||
{
|
||||
fprintf(stderr, "ERROR: Failed to transmit packet\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue