Fixed potential build warning related to MAX_MIX_COUNT redef

This commit is contained in:
Ross Owen
2015-05-21 16:13:08 +01:00
parent a141826700
commit 8b0fbb631b

View File

@@ -949,8 +949,10 @@
#define MAX_MIX_COUNT (8) #define MAX_MIX_COUNT (8)
#endif #endif
#else #else
#ifndef MAX_MIX_COUNT
#define MAX_MIX_COUNT (0) #define MAX_MIX_COUNT (0)
#endif #endif
#endif
/** /**
* @brief Number of channels input into the mixer. * @brief Number of channels input into the mixer.