Merge pull request #30 from AversanJeff/master

fixing ec_ALstatuscodelist enumeration
pull/31/head
Hans-Erik Floryd 2016-02-16 09:30:20 +01:00
commit 1729299b3a
1 changed files with 3 additions and 2 deletions

View File

@ -170,8 +170,9 @@ const ec_ALstatuscodelist_t ec_ALstatuscodelist[] = {
{0x0033 , "DC sync IO error" },
{0x0034 , "DC sync timeout error" },
{0x0035 , "DC invalid sync cycle time" },
{0x0035 , "DC invalid sync0 cycle time" },
{0x0035 , "DC invalid sync1 cycle time" },
{0x0036 , "DC invalid sync0 cycle time" },
{0x0037 , "DC invalid sync1 cycle time" },
{0x0041 , "MBX_AOE" },
{0x0042 , "MBX_EOE" },
{0x0043 , "MBX_COE" },
{0x0044 , "MBX_FOE" },