Skip to content

Commit

Permalink
[MCUX-69489] Restore EC_MAXSLAVE to 200
Browse files Browse the repository at this point in the history
Signed-off-by: Jony Zhang <[email protected]>
  • Loading branch information
Jony Zhang committed Dec 16, 2024
1 parent 0bd6d19 commit 68e7d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soem/ethercatmain.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 68e7d6a

Please sign in to comment.