reg_param_t -> struct reg_param

Remove misleading typedef and redundant suffix from struct reg_param.
This commit is contained in:
Zachary T Welch
2009-11-13 08:39:42 -08:00
parent 6c965a3da9
commit b1de5eb9a0
24 changed files with 37 additions and 37 deletions

View File

@@ -835,7 +835,7 @@ static int stellaris_write_block(struct flash_bank_s *bank, uint8_t *buffer, uin
working_area_t *source;
working_area_t *write_algorithm;
uint32_t address = bank->base + offset;
reg_param_t reg_params[3];
struct reg_param reg_params[3];
armv7m_algorithm_t armv7m_info;
int retval = ERROR_OK;