mixer_module: typo con(s)tructor

This commit is contained in:
Matthias Grob 2021-12-02 20:23:44 +01:00 committed by Beat Küng
parent accbdbf129
commit 4e3d944f58
1 changed files with 1 additions and 1 deletions

View File

@ -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 max_num_outputs maximum number of supported outputs
* @param interface Parent module for scheduling, parameter updates and callbacks