Remove carriage return endings and dangling white space at the end of lines
This commit is contained in:
parent
bc097fcc0a
commit
4547309571
|
@ -562,7 +562,7 @@ void mac802154_updatebeacon(FAR struct ieee802154_privmac_s *priv);
|
|||
((GETHOST16(ptr, index) & IEEE802154_PENDADDR_NEADDR) >> \
|
||||
IEEE802154_PENDADDR_SHIFT_NEADDR)
|
||||
|
||||
/* General helpers ****************************************************/
|
||||
/* General helpers **********************************************************/
|
||||
|
||||
#define mac802154_givesem(s) sem_post(s)
|
||||
|
||||
|
|
Loading…
Reference in New Issue