ardupilot/libraries/AP_AdvancedFailsafe/AP_AdvancedFailsafe_config.h

8 lines
130 B
C
Raw Normal View History

#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_ADVANCEDFAILSAFE_ENABLED
#define AP_ADVANCEDFAILSAFE_ENABLED 1
#endif