diff -r 0d34b69cc9b5 -r 805d13d216c0 plcopen/definitions.py --- a/plcopen/definitions.py Wed May 28 11:50:38 2014 +0200 +++ b/plcopen/definitions.py Wed May 28 18:33:41 2014 +0200 @@ -12,7 +12,7 @@ "B" : ["SINT", "USINT", "BYTE", "STRING"], "W" : ["INT", "UINT", "WORD", "WSTRING"], "D" : ["DINT", "UDINT", "REAL", "DWORD"], - "L" : ["LINT", "ULINT", "LREAL", "LWORD"]} + "L" : ["LINT", "ULINT", "LREAL", "LWORD"]} #------------------------------------------------------------------------------- # Function Block Types definitions