AntennaTracker: initial position was not being set on normal startup

This commit is contained in:
Mike McCauley 2014-03-23 19:43:58 +10:00 committed by Andrew Tridgell
parent 6648170102
commit 2e3989f78d

View File

@ -190,8 +190,6 @@ static void set_home_eeprom(struct Location temp)
static void set_home(struct Location temp)
{
if (g.compass_enabled)
compass.set_initial_location(temp.lat, temp.lng);
set_home_eeprom(temp);
current_loc = temp;
}