Skip to content

Commit 1e32501

Browse files
authored
Merge pull request #104 from sorru94/fix-description-for-geolocation
Fix description for geolocation telemetry
2 parents 198558e + 47d92c7 commit 1e32501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/edgehog_device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ typedef enum
5151
EDGEHOG_TELEMETRY_SYSTEM_STATUS = 3, /**< The system status telemetry type. */
5252
EDGEHOG_TELEMETRY_STORAGE_USAGE = 4, /**< The storage usage telemetry type. */
5353
EDGEHOG_TELEMETRY_BATTERY_STATUS = 5, /**< The battery status telemetry type. */
54-
EDGEHOG_TELEMETRY_GEOLOCATION_INFO = 6 /**< The storage usage telemetry type. */
54+
EDGEHOG_TELEMETRY_GEOLOCATION_INFO = 6 /**< The geolocation info telemetry type. */
5555
} telemetry_type_t;
5656

5757
/**

0 commit comments

Comments
 (0)