mirror of https://github.com/ArduPilot/ardupilot
Copter: fixup winch comment
This commit is contained in:
parent
b84423c110
commit
48d27e1016
|
@ -35,7 +35,7 @@ void Copter::init_ardupilot()
|
||||||
fence.init();
|
fence.init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// init winch and wheel encoder
|
// init winch
|
||||||
#if WINCH_ENABLED == ENABLED
|
#if WINCH_ENABLED == ENABLED
|
||||||
g2.winch.init();
|
g2.winch.init();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue