From 9cdf032030ead22588f49cad5d07504c5f2ac37b Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 1 Apr 2024 10:49:04 +0200 Subject: [PATCH] [APRS] Fixed doxygen warnings --- src/protocols/APRS/APRS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/protocols/APRS/APRS.h b/src/protocols/APRS/APRS.h index e06a77ee..7b14ad88 100644 --- a/src/protocols/APRS/APRS.h +++ b/src/protocols/APRS/APRS.h @@ -113,9 +113,9 @@ class APRSClient { \param destCallsign Destination station callsign. \param destSSID Destination station SSID. \param lat Latitude as a null-terminated string. - \param long Longitude as a null-terminated string. + \param lon Longitude as a null-terminated string. \param msg Message to be transmitted. Defaults to NULL (no message). - \param msg Position timestamp. Defaults to NULL (no timestamp). + \param time Position timestamp. Defaults to NULL (no timestamp). \returns \ref status_codes */ int16_t sendPosition(char* destCallsign, uint8_t destSSID, char* lat, char* lon, char* msg = NULL, char* time = NULL);