canio: remove stray remote_transmission_request method declaration

This commit is contained in:
Jeff Epler 2020-09-28 17:19:28 -05:00
parent f4e36fc7f6
commit 04e434a7ce
1 changed files with 0 additions and 1 deletions

View File

@ -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); 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); 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); 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);