X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcontrol.h;h=a1aa5c733a56933939f23c1fe276afa64d106412;hb=c9e069e6bc6ef28361a8b39731795621c957eddb;hp=87d62fc673e4f4ef1dcc5c691b7a7d8e4599782a;hpb=7518a87e619085f9622d268dd7130726b5947dea;p=matches%2FMCTX3420.git diff --git a/server/control.h b/server/control.h index 87d62fc..a1aa5c7 100644 --- a/server/control.h +++ b/server/control.h @@ -10,7 +10,7 @@ /** List of actuator ids (should be of size NUMACTUATORS) **/ typedef enum ActuatorId { - ACT_PRESSURE = 0, + ACT_PRESSURE, ACT_SOLENOID1 } ActuatorId;