ardupilot/libraries/AP_Mission/AP_Mission_config.h

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

10 lines
198 B
C
Raw Normal View History

2022-08-14 19:18:01 -03:00
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_MISSION_ENABLED
#define AP_MISSION_ENABLED 1
#endif
#ifndef AP_MISSION_NAV_PAYLOAD_PLACE_ENABLED
#define AP_MISSION_NAV_PAYLOAD_PLACE_ENABLED 1
#endif