Remove the unused CommandHandlerEntry.handleCommand field.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user