From: Keith Packard Date: Tue, 15 Oct 2013 05:41:43 +0000 (-0700) Subject: altos: Merge GPS logging into a single function X-Git-Tag: 1.2.9.4~41 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=039446f54ef6968a3f0b37ce32ca6bdcdbe62546;hp=039446f54ef6968a3f0b37ce32ca6bdcdbe62546;p=fw%2Faltos altos: Merge GPS logging into a single function Create a new global, ao_gps_new, which indicates new GPS position and satellite data. Use ao_gps_new as the new sleep/wakeup address. Merge the separate gps position/satellite logging tasks into a single function which waits for new data and writes out the changed values. Signed-off-by: Keith Packard ---