mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
9 lines
176 B
C
9 lines
176 B
C
#pragma once
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h>
|
|
|
|
#ifndef HAL_PARACHUTE_ENABLED
|
|
// default to parachute enabled to match previous configs
|
|
#define HAL_PARACHUTE_ENABLED 1
|
|
#endif
|