Skip to content

Commit af2cfd1

Browse files
plskeggsrlubos
authored andcommitted
net: lib: nrf_cloud: Change lng to lon
Conform with the latest schema for PVT reports. Jira: IRIS-5572 Signed-off-by: Pete Skeggs <[email protected]>
1 parent 68490ae commit af2cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/nrf_cloud_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
/* GNSS - PVT */
139139
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_LAT "lat"
140-
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_LON "lng"
140+
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_LON "lon"
141141
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_ACCURACY "acc"
142142
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_ALTITUDE "alt"
143143
#define NRF_CLOUD_JSON_GNSS_PVT_KEY_SPEED "spd"

0 commit comments

Comments
 (0)