armv7m_algorithm_t -> struct armv7m_algorithm

Remove misleading typedef and redundant suffix from struct armv7m_algorithm.
This commit is contained in:
Zachary T Welch
2009-11-13 08:41:43 -08:00
parent e8a6e3b2f4
commit 5e43565ab5
6 changed files with 9 additions and 9 deletions

View File

@@ -242,7 +242,7 @@ static int lpc2000_iap_call(flash_bank_t *bank, int code, uint32_t param_table[5
struct mem_param mem_params[2];
struct reg_param reg_params[5];
struct armv4_5_algorithm armv4_5_info; /* for LPC2000 */
armv7m_algorithm_t armv7m_info; /* for LPC1700 */
struct armv7m_algorithm armv7m_info; /* for LPC1700 */
uint32_t status_code;
uint32_t iap_entry_point = 0; /* to make compiler happier */