diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-07-23 23:52:09 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-10-21 15:59:46 +0200 |
| commit | b5e5805bb408ca3bb5975d8fad21070dbf4d51e9 (patch) | |
| tree | 346ba2b97f7be6ef6ad42a486136433e340408ae /shared-module/bleio | |
| parent | c7b42d80b3df38048b2269c5eae55e318204e564 (diff) | |
bleio: Remove redundant struct field
Diffstat (limited to 'shared-module/bleio')
| -rw-r--r-- | shared-module/bleio/Characteristic.h | 1 |
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; |
