mirror of
https://github.com/OpenEtherCATsociety/SOEM.git
synced 2026-02-06 00:53:00 +08:00
fixing ec_ALstatuscodelist enumeration
Fixing 'DC invalid syncX cycle time' enumerations, and adding missing 'MBX_AOE' enumeration to ec_ALstatuscodelist[].
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user