Browse Source

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

guozhanxin 4 years ago
parent
commit
3952fd780f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      components/drivers/audio/audio.c

+ 2 - 0
components/drivers/audio/audio.c

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