Remove the unused CommandHandlerEntry.handleCommand field.

This commit is contained in:
László Monda
2017-04-14 15:42:07 +02:00
parent dbcc253227
commit 87c0683dba

View File

@@ -19,7 +19,6 @@ typedef enum _buspal_state
typedef struct CommandHandlerEntry
{
void (*handleCommand)(uint8_t *packet, uint32_t packetLength);
status_t (*handleData)(bool *hasMoreData);
} command_handler_entry_t;