提交 3952fd78 编写于 作者: G guozhanxin

[fix] When enable audio and usb at the same time. The warning <"MIN" redefined> is shown.

上级 2ef3c9d8
......@@ -19,7 +19,9 @@
#define DBG_LVL DBG_INFO
#include <rtdbg.h>
#ifndef MIN
#define MIN(a, b) ((a) < (b) ? (a) : (b))
#endif
enum
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册