mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 12:47:35 +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
|
||||
*/
|
||||
|
||||
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};
|
||||
|
||||
bool map_projection_global_initialized()
|
||||
|
||||
Reference in New Issue
Block a user