mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
|