mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 17:49:49 +08:00
fixed addr setting
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user