summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.c b/drivers.c
index 6a9dddb7..6c458458 100644
--- a/drivers.c
+++ b/drivers.c
@@ -1422,7 +1422,7 @@ static gps_mask_t aivdm_analyze(struct gps_device_t *session)
}
/* *INDENT-OFF* */
-static const struct gps_type_t aivdm = {
+const struct gps_type_t aivdm = {
/* Full name of type */
.type_name = "AIVDM", /* associated lexer packet type */
.packet_type = AIVDM_PACKET, /* numeric packet type */