diff options
| author | Bdale Garbee <bdale@gag.com> | 2014-09-09 23:28:39 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2014-09-09 23:28:39 -0600 |
| commit | 16405fd3eb6f82ef3a709e3ed30fc48faef7b547 (patch) | |
| tree | c111819b3ba0c9357af41c81b798326b9df7adad /ao-bringup/test-gps | |
| parent | 5a2f6ed6210844f7284fbf9f7ecba68c8a14fa52 (diff) | |
| parent | 28bd5057252e61bc5b1a35a00bc1f9fdfde097f7 (diff) | |
Merge branch 'branch-1.5' into debian
Conflicts:
ChangeLog
Releasing
altosui/Instdrv/NSIS/Includes/java.nsh
altosui/altos-windows.nsi.in
configure.ac
doc/Makefile
doc/altusmetrum.xsl
micropeak/micropeak-windows.nsi.in
telegps/telegps-windows.nsi.in
Diffstat (limited to 'ao-bringup/test-gps')
| -rwxr-xr-x | ao-bringup/test-gps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-bringup/test-gps b/ao-bringup/test-gps index a1e21626..04c467b5 100755 --- a/ao-bringup/test-gps +++ b/ao-bringup/test-gps @@ -70,6 +70,7 @@ do_gps(file f) { string[*] sats = find_gps(i, "Sats:"); int actual_flags = string_to_integer(flags[1]); + int actual_sats = string_to_integer(sats[1]); while ((actual_flags & (1 << 4)) == 0) { printf("Flags: %s\n", flags[1]); |
