ardupilot/libraries/AP_Parachute/AP_Parachute_config.h

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

9 lines
176 B
C
Raw Permalink Normal View History

#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