Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
drop_zone.c File Reference

Drop zone. More...

#include "multi/drop_zone.h"
#include "generated/flight_plan.h"
+ Include dependency graph for drop_zone.c:

Go to the source code of this file.

Functions

void drop_zone_set (uint8_t dz)
 

Variables

uint8_t drop_zone_nb = 1
 

Detailed Description

Drop zone.

Definition in file drop_zone.c.

Function Documentation

◆ drop_zone_set()

void drop_zone_set ( uint8_t  dz)

Definition at line 32 of file drop_zone.c.

References drop_zone_nb, and waypoint_copy().

+ Here is the call graph for this function:

Variable Documentation

◆ drop_zone_nb

uint8_t drop_zone_nb = 1

Definition at line 30 of file drop_zone.c.

Referenced by drop_zone_set().