From 87c0683dba58170fd4427e056a321af04c3112cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Fri, 14 Apr 2017 15:42:07 +0200 Subject: [PATCH] Remove the unused CommandHandlerEntry.handleCommand field. --- right/src/buspal/command.h | 1 - 1 file changed, 1 deletion(-) diff --git a/right/src/buspal/command.h b/right/src/buspal/command.h index e70dbc3..75d1a54 100644 --- a/right/src/buspal/command.h +++ b/right/src/buspal/command.h @@ -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;