diff -r 21eb91dc7071 -r 14dfb786c53e etherlab/plc_cia402node.c --- a/etherlab/plc_cia402node.c Wed Sep 19 03:30:58 2012 +0200 +++ b/etherlab/plc_cia402node.c Wed Sep 19 11:03:25 2012 +0200 @@ -29,14 +29,14 @@ __SwitchedOn, __OperationEnabled, __QuickStopActive, - __FaultReactionActive, - __Fault, + __FaultReactionActive, + __Fault, } __CIA402NodeState; typedef struct { %(entry_variables)s - __CIA402NodeState state; - axis_s* axis; + __CIA402NodeState state; + axis_s* axis; } __CIA402Node; static __CIA402Node __CIA402Node_%(location)s;