11 lines
270 B
C
11 lines
270 B
C
|
#ifndef W_INCLUDE_CONF_UTIL_H_WAF
|
||
|
#define W_INCLUDE_CONF_UTIL_H_WAF
|
||
|
|
||
|
#define UTIL_LITTLE_ENDIAN 1
|
||
|
/* #undef UTIL_BIG_ENDIAN */
|
||
|
#define GS_CONSOLE_HISTORY_LEN 10
|
||
|
#define GS_CONSOLE_INPUT_LEN 100
|
||
|
/* #undef GS_LOG_ENABLE_ISR_LOGS */
|
||
|
|
||
|
#endif /* W_INCLUDE_CONF_UTIL_H_WAF */
|