summaryrefslogtreecommitdiff
path: root/shared-bindings/gnss/SatelliteSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/gnss/SatelliteSystem.h')
-rw-r--r--shared-bindings/gnss/SatelliteSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/gnss/SatelliteSystem.h b/shared-bindings/gnss/SatelliteSystem.h
index 17f155002..02cd17db2 100644
--- a/shared-bindings/gnss/SatelliteSystem.h
+++ b/shared-bindings/gnss/SatelliteSystem.h
@@ -16,7 +16,7 @@ typedef enum {
SATELLITESYSTEM_QZSS_L1S = (1U << 4),
} gnss_satellitesystem_t;
-const mp_obj_type_t gnss_satellitesystem_type;
+extern const mp_obj_type_t gnss_satellitesystem_type;
gnss_satellitesystem_t gnss_satellitesystem_obj_to_type(mp_obj_t obj);
mp_obj_t gnss_satellitesystem_type_to_obj(gnss_satellitesystem_t mode);