13 lines
330 B
C
13 lines
330 B
C
/* WARNING! All changes made to this file will be lost! */
|
|
|
|
#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 */
|