git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15191 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-12-04 18:42:48 +00:00
parent 3dd90761f5
commit 1de1586775
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
* @note Can be implemented as an empty macro if not supported by the
* compiler.
*/
#define CC_FORCE_INLINE inline
#define CC_FORCE_INLINE
/**
* @brief Marks a function as non-returning.