mirror of https://github.com/ArduPilot/ardupilot
AP_Winch: undefine PASS_TO_BACKEND convenience function
This commit is contained in:
parent
b11552e945
commit
898a46fe0e
|
@ -137,3 +137,5 @@ void AP_Winch::set_desired_rate(float rate)
|
|||
}
|
||||
|
||||
PASS_TO_BACKEND(update)
|
||||
|
||||
#undef PASS_TO_BACKEND
|
||||
|
|
Loading…
Reference in New Issue