mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
wireless/ieee802154: Removes trailing whitespace
This commit is contained in:
@@ -867,7 +867,7 @@ static void mac802154_assoctimeout(FAR void *arg)
|
||||
* this work, so that we make sure if the frame we were waiting for was just
|
||||
* received, we don't timeout
|
||||
*/
|
||||
|
||||
|
||||
if (!work_available(&priv->rx_work))
|
||||
{
|
||||
work_queue(MAC802154_WORK, &priv->timer_work, mac802154_assoctimeout, priv, 0);
|
||||
|
||||
@@ -270,7 +270,7 @@ void mac802154_polltimeout(FAR void *arg)
|
||||
* this work, so that we make sure if the frame we were waiting for was just
|
||||
* received, we don't timeout
|
||||
*/
|
||||
|
||||
|
||||
if (!work_available(&priv->rx_work))
|
||||
{
|
||||
work_queue(MAC802154_WORK, &priv->timer_work, mac802154_polltimeout, priv, 0);
|
||||
|
||||
Reference in New Issue
Block a user