[修正] 在开启 ELOG_COLOR_ENABLE 时设置 elog.text_color_enabled 为 true

pull/85/head
iysheng 5 years ago
parent e442625088
commit 2d2e6f8cd9

@ -186,7 +186,7 @@ ElogErrCode elog_init(void) {
#ifdef ELOG_COLOR_ENABLE #ifdef ELOG_COLOR_ENABLE
/* disable text color by default */ /* disable text color by default */
elog_set_text_color_enabled(false); elog_set_text_color_enabled(true);
#endif #endif
/* set level is ELOG_LVL_VERBOSE */ /* set level is ELOG_LVL_VERBOSE */

Loading…
Cancel
Save