settings: Correct a problem where sometimes CC_INLINE is not defined properly.

This commit is contained in:
Robert Quattlebaum 2013-07-02 08:46:03 -07:00
parent ad34b714cd
commit 0308d3fcf0
4 changed files with 10 additions and 0 deletions

View file

@ -341,6 +341,9 @@ typedef unsigned short uip_stats_t;
#define CCIF
#define CLIF
#ifndef CC_CONF_INLINE
#define CC_CONF_INLINE inline
#endif
/* include the project config */
/* PROJECT_CONF_H might be defined in the project Makefile */