diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-09-28 19:47:06 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-09-28 19:47:06 -0500 |
| commit | 979ec3a458a463d45dfd062e86073ffc2198f82e (patch) | |
| tree | 9ac78d22cb9683d8916d4b03bc6b7961101a0d52 /shared-bindings/canio | |
| parent | 809225fd1e4bb4370d035e20c65405c02324fea8 (diff) | |
can: RemoteTransmissionRequest: remove duplicate docstrings
Diffstat (limited to 'shared-bindings/canio')
| -rw-r--r-- | shared-bindings/canio/RemoteTransmissionRequest.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shared-bindings/canio/RemoteTransmissionRequest.c b/shared-bindings/canio/RemoteTransmissionRequest.c index 4e3f67417..d762787b1 100644 --- a/shared-bindings/canio/RemoteTransmissionRequest.c +++ b/shared-bindings/canio/RemoteTransmissionRequest.c @@ -113,14 +113,6 @@ STATIC const mp_obj_property_t canio_remote_transmission_request_extended_obj = (mp_obj_t)&mp_const_none_obj}, }; -//| extended: bool -//| """True if the message's id is an extended id""" -//| - -//| id: int -//| """The numeric ID of the message""" -//| - //| length: int //| """The length of the requested message.""" //| |
