Removed #define static static inline

This commit is contained in:
EmanuelFeru
2019-06-10 20:20:45 +02:00
parent 43b4f4aa20
commit 2ca1a1901b

View File

@ -26,8 +26,6 @@
#include <limits.h>
#endif
#define static static inline
#if ( UCHAR_MAX != (0xFFU) ) || ( SCHAR_MAX != (0x7F) )
#error Code was generated for compiler with different sized uchar/char. \
Consider adjusting Test hardware word size settings on the \