Remove the unused bootloader_command_init(), CommandInterface and g_commandInterface.
This commit is contained in:
@@ -363,15 +363,6 @@ static status_t handle_data_write(bool *hasMoreData)
|
||||
return kStatus_Success;
|
||||
}
|
||||
|
||||
// See command.h for documentation on this function.
|
||||
status_t bootloader_command_init()
|
||||
{
|
||||
command_processor_data_t *data = g_commandInterface.stateData;
|
||||
|
||||
data->state = kCommandState_CommandPhase;
|
||||
return kStatus_Success;
|
||||
}
|
||||
|
||||
// See command.h for documentation on this function.
|
||||
status_t bootloader_command_pump()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user