mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
mixer_module: typo con(s)tructor
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contructor
|
* Constructor
|
||||||
* @param param_prefix for min/max/etc. params, e.g. "PWM_MAIN". This needs to match 'param_prefix' in the module.yaml
|
* @param param_prefix for min/max/etc. params, e.g. "PWM_MAIN". This needs to match 'param_prefix' in the module.yaml
|
||||||
* @param max_num_outputs maximum number of supported outputs
|
* @param max_num_outputs maximum number of supported outputs
|
||||||
* @param interface Parent module for scheduling, parameter updates and callbacks
|
* @param interface Parent module for scheduling, parameter updates and callbacks
|
||||||
|
|||||||
Reference in New Issue
Block a user