2015-09-04 11:58, Jasvinder Singh: > -#define CFG_NAME_LEN 32 > -#define CFG_VALUE_LEN 64 > +#ifndef CFG_NAME_LEN > +#define CFG_NAME_LEN 64 > +#endif
Build fails: examples/qos_sched/cfg_file.h:40:0: error: "CFG_NAME_LEN" redefined
2015-09-04 11:58, Jasvinder Singh: > -#define CFG_NAME_LEN 32 > -#define CFG_VALUE_LEN 64 > +#ifndef CFG_NAME_LEN > +#define CFG_NAME_LEN 64 > +#endif
Build fails: examples/qos_sched/cfg_file.h:40:0: error: "CFG_NAME_LEN" redefined