Remove the unused _peripheral_control_interface.pump field.

This commit is contained in:
László Monda
2017-04-14 15:24:28 +02:00
parent 6441285e85
commit b3450bae68
2 changed files with 1 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ typedef struct _peripheral_control_interface
{
status_t (*init)(const peripheral_descriptor_t *self, serial_byte_receive_func_t function);
void (*shutdown)(const peripheral_descriptor_t *self);
void (*pump)(const peripheral_descriptor_t *self);
} peripheral_control_interface_t;
//! @brief Peripheral abstract byte interface.