AP_Parachute: fixed example build

This commit is contained in:
Andrew Tridgell 2020-01-18 12:04:25 +11:00
parent b3c44d42d7
commit d546877d3f
1 changed files with 2 additions and 0 deletions

View File

@ -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()
{