From c85676cadfe4a863fe874154df197041ec551921 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 11 Oct 2024 17:15:42 +0200 Subject: [PATCH] Fixed typo. --- fake_lib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake_lib/README.md b/fake_lib/README.md index b41720fb..c9b7647a 100644 --- a/fake_lib/README.md +++ b/fake_lib/README.md @@ -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.