mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
[actuators] fix macros for default actuators
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_pwm.h"
|
||||
#define ActuatorDefault(_x) ActuatorPwm(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) ActuatorPwmSet(_x,_y)
|
||||
#define ActuatorsDefaultInit() ActuatorsPwmInit()
|
||||
#define ActuatorsDefaultCommit() ActuatorsPwmCommit()
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_pwm.h"
|
||||
#define ActuatorDefault(_x) ActuatorPwm(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) ActuatorPwmSet(_x,_y)
|
||||
#define ActuatorsDefaultInit() ActuatorsPwmInit()
|
||||
#define ActuatorsDefaultCommit() ActuatorsPwmCommit()
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_pwm.h"
|
||||
#define ActuatorDefault(_x) ActuatorPwm(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) ActuatorPwmSet(_x,_y)
|
||||
#define ActuatorsDefaultInit() ActuatorsPwmInit()
|
||||
#define ActuatorsDefaultCommit() ActuatorsPwmCommit()
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_pwm.h"
|
||||
#define ActuatorDefault(_x) ActuatorPwm(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) ActuatorPwmSet(_x,_y)
|
||||
#define ActuatorsDefaultInit() ActuatorsPwmInit()
|
||||
#define ActuatorsDefaultCommit() ActuatorsPwmCommit()
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_4015.h"
|
||||
#define ActuatorDefault(_x) Actuator4015(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) Actuator4015Set(_x,_y)
|
||||
#define ActuatorsDefaultInit() Actuators4015Init()
|
||||
#define ActuatorsDefaultCommit() Actuators4015Commit()
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_4015.h"
|
||||
#define ActuatorDefault(_x) Actuator4015(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) Actuator4015Set(_x,_y)
|
||||
#define ActuatorsDefaultInit() Actuators4015Init()
|
||||
#define ActuatorsDefaultCommit() Actuators4015Commit()
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_4017.h"
|
||||
#define ActuatorDefault(_x) Actuator4017(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) Actuator4017Set(_x,_y)
|
||||
#define ActuatorsDefaultInit() Actuators4017Init()
|
||||
#define ActuatorsDefaultCommit() Actuators4017Commit()
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_4017.h"
|
||||
#define ActuatorDefault(_x) Actuator4017(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) Actuator4017Set(_x,_y)
|
||||
#define ActuatorsDefaultInit() Actuators4017Init()
|
||||
#define ActuatorsDefaultCommit() Actuators4017Commit()
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_4017.h"
|
||||
#define ActuatorDefault(_x) Actuator4017(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) Actuator4017Set(_x,_y)
|
||||
#define ActuatorsDefaultInit() Actuators4017Init()
|
||||
#define ActuatorsDefaultCommit() Actuators4017Commit()
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
/* Default actuators driver */
|
||||
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_4017.h"
|
||||
#define ActuatorDefault(_x) Actuator4017(_x)
|
||||
#define ActuatorDefaultSet(_x,_y) Actuator4017Set(_x,_y)
|
||||
#define ActuatorsDefaultInit() Actuators4017Init()
|
||||
#define ActuatorsDefaultCommit() Actuators4017Commit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user