From e1b01c669e8b7af0ca2c5362e2c940eca61834aa Mon Sep 17 00:00:00 2001 From: William Smith Date: Fri, 18 Jan 2019 18:46:56 +0100 Subject: [PATCH] Fix tiny typo: GLONOSS -> GLONASS There was a tiny typo in the last commit. GLONOSS -> GLONASS Signed-off-by: William Smith --- driver_ubx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver_ubx.c b/driver_ubx.c index a00d82af..6cb913d8 100644 --- a/driver_ubx.c +++ b/driver_ubx.c @@ -467,7 +467,7 @@ static void ubx_msg_nav_timels(struct gps_device_t *session, "SBAS", "BeiDou", "Galileo", - "GLONOSS", + "GLONASS", }; src_of_ls_change = getub(buf,10); -- 2.17.1