From 1c91395b7c7f3c24c950ac5b771580f206431c5f Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Sun, 19 Mar 2006 14:58:49 +0000 Subject: [PATCH] Bugfix: EL3162 - "Product Name" war falsch. --- master/types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/types.c b/master/types.c index d2731f26..3644c21e 100644 --- a/master/types.c +++ b/master/types.c @@ -92,7 +92,7 @@ const ec_slave_type_t Beckhoff_EL3102 = { }; const ec_slave_type_t Beckhoff_EL3162 = { - "Beckhoff", "EL3102", "2x Analog Input", 0, + "Beckhoff", "EL3162", "2x Analog Input", 0, {&mailbox_sm0, &mailbox_sm1, &el31X2_sm2, &el31X2_sm3, NULL} }; -- GitLab