mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-03-25 09:26:22 +08:00
8 lines
130 B
C
8 lines
130 B
C
#pragma once
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h>
|
|
|
|
#ifndef AP_ADVANCEDFAILSAFE_ENABLED
|
|
#define AP_ADVANCEDFAILSAFE_ENABLED 1
|
|
#endif
|