Increased default number of masters to 32.

This commit is contained in:
Florian Pose 2010-02-16 18:19:17 +01:00
parent 5ec04e30e2
commit b16ac3ff7a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
/*****************************************************************************/
#define MAX_MASTERS 5 /**< Maximum number of masters. */
#define MAX_MASTERS 32 /**< Maximum number of masters. */
/*****************************************************************************/