mirror of https://github.com/ArduPilot/ardupilot
8 lines
149 B
C
8 lines
149 B
C
|
#pragma once
|
||
|
|
||
|
#include <AC_Avoidance/AC_Avoidance_config.h>
|
||
|
|
||
|
#ifndef AC_WPNAV_OA_ENABLED
|
||
|
#define AC_WPNAV_OA_ENABLED AP_OAPATHPLANNER_ENABLED
|
||
|
#endif
|