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();
|
||||
#endif
|
||||
|
||||
// init winch and wheel encoder
|
||||
// init winch
|
||||
#if WINCH_ENABLED == ENABLED
|
||||
g2.winch.init();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue