mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
delete unused struct pwm_output_rc_config
This commit is contained in:
@@ -129,22 +129,6 @@ struct pwm_output_values {
|
|||||||
*/
|
*/
|
||||||
typedef uint16_t servo_position_t;
|
typedef uint16_t servo_position_t;
|
||||||
|
|
||||||
/**
|
|
||||||
* RC config values for a channel
|
|
||||||
*
|
|
||||||
* This allows for PX4IO_PAGE_RC_CONFIG values to be set without a
|
|
||||||
* param_get() dependency
|
|
||||||
*/
|
|
||||||
struct pwm_output_rc_config {
|
|
||||||
uint8_t channel;
|
|
||||||
uint16_t rc_min;
|
|
||||||
uint16_t rc_trim;
|
|
||||||
uint16_t rc_max;
|
|
||||||
uint16_t rc_dz;
|
|
||||||
uint16_t rc_assignment;
|
|
||||||
bool rc_reverse;
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ioctl() definitions
|
* ioctl() definitions
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user