mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 17:17:36 +08:00
geo: zeroing static unnecessary
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@
|
|||||||
* formulas according to: http://mathworld.wolfram.com/AzimuthalEquidistantProjection.html
|
* formulas according to: http://mathworld.wolfram.com/AzimuthalEquidistantProjection.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static struct map_projection_reference_s mp_ref = {};
|
static struct map_projection_reference_s mp_ref;
|
||||||
static struct globallocal_converter_reference_s gl_ref = {0.0f, false};
|
static struct globallocal_converter_reference_s gl_ref = {0.0f, false};
|
||||||
|
|
||||||
bool map_projection_global_initialized()
|
bool map_projection_global_initialized()
|
||||||
|
|||||||
Reference in New Issue
Block a user