git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10926 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2017-11-02 16:12:40 +00:00
parent fa9e47d811
commit 13a52c1cce
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/