You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to compile the distance test on zephyr,
The compiler reports: "warning: 'inline' attribute
directive ignored". To fix this, we use `static inline`
explicitly instead on using the `attribute` flag.
In addition, to force inline we use the attribute
`always_inline`.
Signed-off-by: Shlomi Vaknin <[email protected]>
0 commit comments