From 5e43565ab543b1ceff4cc8030434a54ac28dd875 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:41:43 -0800 Subject: armv7m_algorithm_t -> struct armv7m_algorithm Remove misleading typedef and redundant suffix from struct armv7m_algorithm. --- src/flash/stellaris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/stellaris.c') diff --git a/src/flash/stellaris.c b/src/flash/stellaris.c index bc5d10a8..cdeccbe1 100644 --- a/src/flash/stellaris.c +++ b/src/flash/stellaris.c @@ -836,7 +836,7 @@ static int stellaris_write_block(struct flash_bank_s *bank, uint8_t *buffer, uin working_area_t *write_algorithm; uint32_t address = bank->base + offset; struct reg_param reg_params[3]; - armv7m_algorithm_t armv7m_info; + struct armv7m_algorithm armv7m_info; int retval = ERROR_OK; LOG_DEBUG("(bank=%p buffer=%p offset=%08" PRIx32 " wcount=%08" PRIx32 "", -- cgit v1.2.3