5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-14 04:38:30 -04:00
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