X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Fcontrol.h;h=a1aa5c733a56933939f23c1fe276afa64d106412;hb=b3638d094c76e4e64c8807459641afe1674ce30a;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;