fixing ec_ALstatuscodelist enumeration

Fixing 'DC invalid syncX cycle time' enumerations, and adding missing
'MBX_AOE' enumeration to ec_ALstatuscodelist[].
pull/30/head
AversanJeff 2016-02-15 15:46:14 -05:00
parent 9b5385bb5e
commit 8e8f5997d9
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" },