Remove spaces to conform to standard

No code change
This commit is contained in:
Paul Barron
2020-06-26 10:46:52 +02:00
parent e49e8f6f68
commit 69b0036ff0

View File

@@ -9,8 +9,8 @@ VAR
hmiAxisSelection: INT := 1; //Not possible to use local hmi variables for array indexes
//Outputs: Power for Limit switches and Home Sensors (every 4th output)
bOutput1 AT %Q*: BOOL := TRUE;
//bOutput5 AT %Q*: BOOL := TRUE;
bOutput1 AT %Q*: BOOL:= TRUE;
//bOutput5 AT %Q*: BOOL:= TRUE;
//bOutput13 AT %Q*: BOOL:= TRUE;
//bOutput17 AT %Q*: BOOL:= TRUE;
//bOutput21 AT %Q*: BOOL:= TRUE;