- increased constants for maximum applications and controllers

This commit is contained in:
Carsten Paeth 2000-08-22 10:11:00 +00:00
parent d6a3779566
commit d469954416
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
#ifndef __KERNELCAPI_H__
#define __KERNELCAPI_H__
#define CAPI_MAXAPPL 20 /* maximum number of applications */
#define CAPI_MAXCONTR 10 /* maximum number of controller */
#define CAPI_MAXAPPL 128 /* maximum number of applications */
#define CAPI_MAXCONTR 16 /* maximum number of controller */
#define CAPI_MAXDATAWINDOW 8