mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 12:23:23 +08:00
remove static prefix for float circle_count since it's specified as extern nav.h
This commit is contained in:
@@ -53,7 +53,7 @@ static float sum_alpha, last_alpha;
|
|||||||
*/
|
*/
|
||||||
static float alpha;
|
static float alpha;
|
||||||
/** Number of circle done */
|
/** Number of circle done */
|
||||||
static float circle_count;
|
float circle_count;
|
||||||
static bool_t new_circle;
|
static bool_t new_circle;
|
||||||
bool_t in_circle = FALSE;
|
bool_t in_circle = FALSE;
|
||||||
bool_t in_segment = FALSE;
|
bool_t in_segment = FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user