summaryrefslogtreecommitdiff
path: root/shared-bindings/_bleio/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/_bleio/Service.h')
-rw-r--r--shared-bindings/_bleio/Service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Service.h b/shared-bindings/_bleio/Service.h
index 273c6bd98..3af427f95 100644
--- a/shared-bindings/_bleio/Service.h
+++ b/shared-bindings/_bleio/Service.h
@@ -34,7 +34,7 @@
#include "py/objtuple.h"
-const mp_obj_type_t bleio_service_type;
+extern const mp_obj_type_t bleio_service_type;
// Private version that doesn't allocate on the heap
extern uint32_t _common_hal_bleio_service_construct(bleio_service_obj_t *self, bleio_uuid_obj_t *uuid, bool is_secondary, mp_obj_list_t * characteristic_list);