Bugfix: EL3162 - "Product Name" war falsch.

This commit is contained in:
Florian Pose 2006-03-19 14:58:49 +00:00
parent c9e8fc62c9
commit 34f0114eb6
1 changed files with 1 additions and 1 deletions

View File

@ -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}
};