-
- Downloads
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
"STATIC inline" can expand to "inline" if STATIC is defined to nothing, and this case can lead to link errors.
Loading
Please register or sign in to comment
"STATIC inline" can expand to "inline" if STATIC is defined to nothing, and this case can lead to link errors.