TRUE & FALSE not defined
pengan1990 opened this issue · 3 comments
pengan1990 commented
You have lost you TRUE AND FALSE defined in my_global.h file
#ifndef MY_GLOBAL_INCLUDED
#define MY_GLOBAL_INCLUDED
/* Define some general constants /
#ifndef TRUE
#define TRUE (1) / Logical true /
#define FALSE (0) / Logical false */
#endif
#endif // MY_GLOBAL_INCLUDED
zhengxingmao commented
+1
hiseeyoulater commented
+1
xpchild commented
We have fixed the build error, reopen it if any problem again.