From 68e7d6a3adcb8b8703e6ed6a220a6852149c3f45 Mon Sep 17 00:00:00 2001 From: Jony Zhang Date: Mon, 16 Dec 2024 11:19:54 +0800 Subject: [PATCH] [MCUX-69489] Restore EC_MAXSLAVE to 200 Signed-off-by: Jony Zhang --- soem/ethercatmain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soem/ethercatmain.h b/soem/ethercatmain.h index 838a58d..a373ad9 100644 --- a/soem/ethercatmain.h +++ b/soem/ethercatmain.h @@ -24,7 +24,7 @@ extern "C" #ifndef EC_MAXSLAVE /** max. number of slaves in array */ -#define EC_MAXSLAVE 32 +#define EC_MAXSLAVE 200 #endif /** max. number of groups */