8 lines
124 B
C
8 lines
124 B
C
|
|
#ifndef __APP_CONFIG_H__
|
||
|
|
|
||
|
|
#ifndef PARAM_PROPS_MAXLEN
|
||
|
|
#define PARAM_PROPS_MAXLEN (256)
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /* __APP_CONFIG_H__ */
|