Merge branch 'fake-typo' into 'stable-1.6'

Fixed typo.

See merge request etherlab.org/ethercat!144
This commit is contained in:
Florian Pose 2024-10-11 15:24:18 +00:00
commit 3ad731466b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ to exchange process data.
The direction setting decides which instance writes and which reads from
shared memory.
For instance, emulating a digial output works in the following way:
For instance, emulating a digital output works in the following way:
Create another real time application with the same slave information
as your control application.
Then, replace all EC_DIR_INPUT with EC_DIR_OUTPUT and vice versa.