canio: remove stray remote_transmission_request method declaration
This commit is contained in:
parent
f4e36fc7f6
commit
04e434a7ce
|
@ -40,4 +40,3 @@ void common_hal_canio_message_set_extended(canio_message_obj_t *self, bool exten
|
|||
int common_hal_canio_message_get_id(const canio_message_obj_t *self);
|
||||
void common_hal_canio_message_set_id(canio_message_obj_t *self, int id);
|
||||
size_t common_hal_canio_message_get_length(const canio_message_obj_t *self);
|
||||
void common_hal_canio_remote_transmission_request_set_length(canio_message_obj_t *self, size_t length);
|
||||
|
|
Loading…
Reference in New Issue