Skip to content

Commit

Permalink
fix Characteristic.add_to_service
Browse files Browse the repository at this point in the history
  • Loading branch information
elpekenin committed Aug 20, 2024
1 parent 5e4cecd commit 95d7762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared-bindings/_bleio/Characteristic.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
//| as part of remote Services."""
//| ...

//| @classmethod
//| def add_to_service(
//| self,
//| cls,
//| service: Service,
//| uuid: UUID,
//| *,
Expand Down

0 comments on commit 95d7762

Please sign in to comment.