From cc73d2c2f2f1553bc559a8c657593c3b07ae07ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 16 Oct 2022 16:51:17 +0200 Subject: [PATCH] Sigh... --- src/gps/NMEAWPL.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gps/NMEAWPL.h b/src/gps/NMEAWPL.h index 1c0ef5de3..853c850eb 100644 --- a/src/gps/NMEAWPL.h +++ b/src/gps/NMEAWPL.h @@ -3,5 +3,5 @@ #include #include "main.h" -uint printWPL(char *buf, Position &pos, const char *name); -uint printGGA(char *buf, Position &pos); +uint printWPL(char *buf, const Position &pos, const char *name); +uint printGGA(char *buf, const Position &pos);