]> git.gag.com Git - fw/altos/commitdiff
altos: Fixup mosaic GPS test program
authorKeith Packard <keithp@keithp.com>
Sat, 26 Jul 2025 18:46:33 +0000 (11:46 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 26 Jul 2025 18:46:33 +0000 (11:46 -0700)
Just some naming changes needed

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

index cbc29d0ea2135fc36f007c3c9b45d251489f18f6..54490948a09fe1064f2ffa762ae48c03e78bb396 100644 (file)
@@ -176,7 +176,7 @@ ao_mosaic_putchar(char c)
 #define AO_SERIAL_SPEED_115200 3
 
 static void
-ao_gps_set_speed(uint8_t speed)
+ao_mosaic_set_speed(uint8_t speed)
 {
        int     fd = ao_gps_fd;
        struct termios  termios;
@@ -276,6 +276,6 @@ main (int argc, char **argv)
                exit (1);
        }
        ao_gps_file = fdopen(ao_gps_fd, "r");
-       mosaic();
+       ao_gps_mosaic();
        return 0;
 }