mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-29 20:18:31 -04:00
AP_Parachute: fixed example build
This commit is contained in:
parent
b3c44d42d7
commit
d546877d3f
@ -21,8 +21,10 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||
// Relay
|
||||
static AP_Relay relay;
|
||||
|
||||
#if HAL_PARACHUTE_ENABLED
|
||||
// Parachute
|
||||
static AP_Parachute parachute{relay};
|
||||
#endif
|
||||
|
||||
void setup()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user