fixed addr setting

This commit is contained in:
Antoine Drouin
2010-01-31 21:24:11 +00:00
parent f1a5478529
commit d748c8b7a9
@@ -53,5 +53,13 @@ struct ActuatorsAsctec {
extern struct ActuatorsAsctec actuators_asctec;
#define booz_actuators_asctec_SetCommand(_v) { \
actuators_asctec.cmd = _v; \
}
#define booz_actuators_asctec_SetAddr(_v) { \
actuators_asctec.new_addr = _v; \
}
#endif /* BOOZ_ACTUATORS_ASCTEC_H */