Update elog.c

宏定义笔误
pull/63/head
onlyistranger 6 years ago committed by GitHub
parent a607e1715b
commit 1a6de26ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,7 +184,7 @@ ElogErrCode elog_init(void) {
elog.output_is_locked_before_enable = false;
elog.output_is_locked_before_disable = false;
#ifdef ELOG_COLOR_ENABLE
#ifndef ELOG_COLOR_ENABLE
/* disable text color by default */
elog_set_text_color_enabled(false);
#endif

Loading…
Cancel
Save