Copter: fixup winch comment

This commit is contained in:
Randy Mackay 2020-08-07 10:31:53 +09:00
parent b84423c110
commit 48d27e1016
1 changed files with 1 additions and 1 deletions

View File

@ -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