ardupilot/libraries/AC_WPNav/AC_WPNav_config.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
149 B
C
Raw Normal View History

#pragma once
#include <AC_Avoidance/AC_Avoidance_config.h>
#ifndef AC_WPNAV_OA_ENABLED
#define AC_WPNAV_OA_ENABLED AP_OAPATHPLANNER_ENABLED
#endif