mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 12:40:34 +08:00
fix typo in comment
This commit is contained in:
@@ -235,7 +235,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
/* do not allow to copy due to prt data members */
|
||||
/* do not allow to copy due to pointer data members */
|
||||
Mixer(const Mixer &);
|
||||
Mixer &operator=(const Mixer &);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user