Merge pull request #4033 from Guozhanxin/rtt_master

[fix] When enable audio and usb at the same time. The warning <"MIN" …
This commit is contained in:
Bernard Xiong 2020-11-18 14:45:37 +08:00 committed by GitHub
commit e1e585a95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,7 +19,9 @@
#define DBG_LVL DBG_INFO #define DBG_LVL DBG_INFO
#include <rtdbg.h> #include <rtdbg.h>
#ifndef MIN
#define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MIN(a, b) ((a) < (b) ? (a) : (b))
#endif
enum enum
{ {