Skip to content

Commit

Permalink
Remove always_inline attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygab committed Jul 11, 2020
1 parent 560e869 commit 9eeb8aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cores/nRF5/HardwarePWM.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class HardwarePWM

// allows caller to verify that they own the peripheral
__INLINE bool isOwner(uintptr_t token) const
__attribute__ ((__always_inline__))
{
return this->_owner_token == token;
}
Expand Down

0 comments on commit 9eeb8aa

Please sign in to comment.