Uemis GPS location tracking seems backwards

I can't figure out how this ever worked...

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-03-08 16:55:25 -08:00
parent 0b7c11a597
commit eef3d63de6
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ int uemis_get_weight_unit(int diveid)
return 0;
}
void uemis_mark_divelocation(int diveid, int divespot, char **location, degrees_t *longitude, degrees_t *latitude)
void uemis_mark_divelocation(int diveid, int divespot, char **location, degrees_t *latitude, degrees_t *longitude)
{
struct uemis_helper *hp = uemis_get_helper(diveid);
hp->divespot = divespot;