Skip to content

Commit 80a07b6

Browse files
committed
Remove always_inline attribute
Per @hathach request #496 (comment)
1 parent 3ecfc46 commit 80a07b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/nRF5/HardwarePWM.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ class HardwarePWM
7777

7878
// allows caller to verify that they own the peripheral
7979
__INLINE bool isOwner(uintptr_t token) const
80-
__attribute__ ((__always_inline__))
8180
{
8281
return this->_owner_token == token;
8382
}

0 commit comments

Comments
 (0)