fix basflash load address

This commit is contained in:
Markus Fröschle
2016-11-05 10:55:44 +00:00
parent b19b8eef1f
commit 371149c60f
8 changed files with 22 additions and 16 deletions

View File

@@ -378,8 +378,3 @@ static err_t verify(uint8_t *dst, uint8_t *src, uint32_t length)
return OK;
}
void srec_execute(char *flasher_filename)
{
}