altos: Broke TeleMetrum GPS reporting by holding the GPS mutex too much
authorKeith Packard <keithp@keithp.com>
Wed, 18 Dec 2013 04:23:00 +0000 (20:23 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 18 Dec 2013 04:23:00 +0000 (20:23 -0800)
commit2ecb6a8276b2ce40d2a4da586dbc17581cfda26d
treeb825676312be6b0e6af8b3a4b61007dec2761be6
parente44ce127ece149e7b07be49142bc0f9d50bbe97d
altos: Broke TeleMetrum GPS reporting by holding the GPS mutex too much

We can't hold the GPS mutex while waiting for the GPS receiver to load
data as it protects the GPS data with the GPS mutex.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_gps_report.c