ieee802154: Minor reformatting

This commit is contained in:
Anthony Merlino 2017-07-11 12:58:01 -04:00
parent 20127adf6e
commit 35289e6d0e
2 changed files with 1 additions and 2 deletions

View File

@ -258,7 +258,6 @@ int mrf24j40_reset(FAR struct ieee802154_radio_s *radio)
mrf24j40_setreg(dev->spi, MRF24J40_ACKTMOUT, 0x39 | MRF24J40_ACKTMOUT_DRPACK);
/* Enable the SLPIF and WAKEIF flags */
reg = mrf24j40_getreg(dev->spi, MRF24J40_INTCON);