AP_Math: fixed coverity warning in example

This commit is contained in:
Andrew Tridgell 2016-06-05 07:20:46 +10:00
parent 0166ab2038
commit 3969bde84a

View File

@ -97,7 +97,7 @@ static const struct {
static void test_offset(void)
{
struct Location loc;
struct Location loc {};
loc.lat = -35*1.0e7f;
loc.lng = 149*1.0e7f;
@ -117,7 +117,7 @@ static void test_offset(void)
*/
static void test_accuracy(void)
{
struct Location loc;
struct Location loc {};
loc.lat = 0.0e7f;
loc.lng = -120.0e7f;