mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -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
|