forked from auracaster/openocd
working_area_t -> struct working_area
Remove misleading typedef and redundant suffix from struct working_area.
This commit is contained in:
@@ -302,7 +302,7 @@ static int pic32mx_write_block(struct flash_bank_s *bank, uint8_t *buffer, uint3
|
||||
{
|
||||
target_t *target = bank->target;
|
||||
uint32_t buffer_size = 512;
|
||||
working_area_t *source;
|
||||
struct working_area *source;
|
||||
uint32_t address = bank->base + offset;
|
||||
int retval = ERROR_OK;
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user