git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10926 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
fa9e47d811
commit
13a52c1cce
|
@ -94,7 +94,7 @@
|
|||
#define CC_NO_INLINE __attribute__((noinline))
|
||||
|
||||
/**
|
||||
* @brief Marks a function as not inlineable.
|
||||
* @brief Enforces a function inline.
|
||||
* @note Can be implemented as an empty macro if not supported by the
|
||||
* compiler.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue