X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-test-gps%2Fao-test-gps.c;h=5012028c15bfe088bf67aad2a6ed9ccf5962f05c;hb=6f25d2359151fb114e22bf8e3b15c007cfb464b5;hp=08b6602f794edb637443051dc47987f5e66c9096;hpb=d0e597789ac298b108ea04cc1a2c999bcf14bc9c;p=fw%2Faltos diff --git a/ao-tools/ao-test-gps/ao-test-gps.c b/ao-tools/ao-test-gps/ao-test-gps.c index 08b6602f..5012028c 100644 --- a/ao-tools/ao-test-gps/ao-test-gps.c +++ b/ao-tools/ao-test-gps/ao-test-gps.c @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -160,6 +161,7 @@ do_gps(struct cc_usb *usb) { int actual_sats = strtol(sats[1], NULL, 0); if (actual_flags & (1 << 4)) { + printf("\n"); printf("Flags: %s (0x%x)\n", flags[1], actual_flags); printf("Sats: %s (%d)\n", sats[1], actual_sats); break;