summaryrefslogtreecommitdiff
path: root/libloragw/inc
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2022-10-25 11:06:02 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2022-10-25 11:06:02 -0500
commit82549a0039197695eddc2889cdc7c8437790b9bf (patch)
tree6f2f76de4ad9fbd9c4a7b3d0e378d7ac9efc853f /libloragw/inc
parentdc09db37114c702cacef4f70abc1b1526ce95334 (diff)
downloadlora_gateway_mtac_full-82549a0039197695eddc2889cdc7c8437790b9bf.tar.gz
lora_gateway_mtac_full-82549a0039197695eddc2889cdc7c8437790b9bf.tar.bz2
lora_gateway_mtac_full-82549a0039197695eddc2889cdc7c8437790b9bf.zip
Fixed gps rmc message parsing5.0.18
Diffstat (limited to 'libloragw/inc')
-rw-r--r--libloragw/inc/loragw_gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libloragw/inc/loragw_gps.h b/libloragw/inc/loragw_gps.h
index 606bd15..cf40b7f 100644
--- a/libloragw/inc/loragw_gps.h
+++ b/libloragw/inc/loragw_gps.h
@@ -148,7 +148,7 @@ lgw_gps_get function.
If the lgw_parse_nmea and lgw_gps_get are used in different threads, a mutex
lock must be acquired before calling either function.
*/
-enum gps_msg lgw_parse_nmea(const char* serial_buff, int buff_size);
+enum gps_msg lgw_parse_nmea(const char* serial_buff, size_t buff_size);
/**
@brief Parse Ublox proprietary messages coming from the GPS system