summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
authorarturo182 <arturo182@tlen.pl>2018-07-23 23:52:09 +0200
committerarturo182 <arturo182@tlen.pl>2018-10-21 15:59:46 +0200
commitb5e5805bb408ca3bb5975d8fad21070dbf4d51e9 (patch)
tree346ba2b97f7be6ef6ad42a486136433e340408ae /shared-module
parentc7b42d80b3df38048b2269c5eae55e318204e564 (diff)
bleio: Remove redundant struct field
Diffstat (limited to 'shared-module')
-rw-r--r--shared-module/bleio/Characteristic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/bleio/Characteristic.h b/shared-module/bleio/Characteristic.h
index 13f75b2c9..94c43f81e 100644
--- a/shared-module/bleio/Characteristic.h
+++ b/shared-module/bleio/Characteristic.h
@@ -33,7 +33,6 @@
typedef struct {
mp_obj_base_t base;
bleio_service_obj_t *service;
- uint16_t service_handle; // TODO: Is this needed?
bleio_uuid_obj_t *uuid;
mp_obj_t value_data;
uint16_t handle;