i8sak: Minor formatting fix
This commit is contained in:
parent
f95de69f67
commit
2f32bd4391
@ -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,
|
wpanlistener_add_eventreceiver(&i8sak->wpanlistener, tx_eventcb,
|
||||||
&eventfilter, (FAR void *)i8sak, true);
|
&eventfilter, (FAR void *)i8sak, true);
|
||||||
|
|
||||||
|
ret = i8sak_tx(i8sak, fd);
|
||||||
ret = i8sak_tx(i8sak,fd);
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "ERROR: Failed to transmit packet\n");
|
fprintf(stderr, "ERROR: Failed to transmit packet\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user