forked from auracaster/openocd
reg_param_t -> struct reg_param
Remove misleading typedef and redundant suffix from struct reg_param.
This commit is contained in:
@@ -240,7 +240,7 @@ static int lpc2000_iap_call(flash_bank_t *bank, int code, uint32_t param_table[5
|
||||
struct lpc2000_flash_bank *lpc2000_info = bank->driver_priv;
|
||||
target_t *target = bank->target;
|
||||
struct mem_param mem_params[2];
|
||||
reg_param_t reg_params[5];
|
||||
struct reg_param reg_params[5];
|
||||
armv4_5_algorithm_t armv4_5_info; /* for LPC2000 */
|
||||
armv7m_algorithm_t armv7m_info; /* for LPC1700 */
|
||||
uint32_t status_code;
|
||||
|
||||
Reference in New Issue
Block a user