Skip to content

Commit ee15dfc

Browse files
committed
fix release build
1 parent d75f3ae commit ee15dfc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

include/Configs/config-debug.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@
1515
// #define CONFIG_DEBUG_POPR
1616

1717
#define CONFIG_DEBUG_CHAPTER
18-
19-
/* Show warnning log when using generic buffer */
20-
#define CONFIG_DEBUG_ON_USING_GENERIC_BUFFER 1
21-
2218
#endif /* CONFIG_USE_DEBUG */
2319

20+
/**
21+
* Stand alone debug relatedconfigs
22+
*/
23+
24+
// Always print error log
2425
#define CONFIG_FORCE_PRIENT_ERROR 1
2526

27+
// Show warnning log when using generic buffer
28+
#define CONFIG_DEBUG_ON_USING_GENERIC_BUFFER 1
29+
2630
#endif /* CONFIG_DEBUG_H */

0 commit comments

Comments
 (0)