Skip to content

Commit e763eed

Browse files
committed
stm32: canio: remove some unneeded declarations
1 parent 496ca40 commit e763eed

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ports/stm/common-hal/canio/Listener.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,3 @@ typedef struct canio_listener_obj {
3737
uint32_t timeout_ms;
3838
uint8_t fifo_idx;
3939
} canio_listener_obj_t;
40-
41-
void common_hal_canio_listener_construct(canio_listener_obj_t *self, canio_can_obj_t *can, size_t nmatch, canio_match_obj_t **matches, float timeout);
42-
void common_hal_canio_listener_check_for_deinit(canio_listener_obj_t *self);
43-
void common_hal_canio_listener_deinit(canio_listener_obj_t *self);
44-
bool common_hal_canio_listener_receiveinto(canio_listener_obj_t *self, canio_message_obj_t *message);
45-
int common_hal_canio_listener_in_waiting(canio_listener_obj_t *self);
46-
float common_hal_canio_listener_get_timeout(canio_listener_obj_t *self);
47-
void common_hal_canio_listener_set_timeout(canio_listener_obj_t *self, float timeout);

0 commit comments

Comments
 (0)