From 12f83f0429a84168f8761a575a12c703025dd598 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 07:38:05 -0800 Subject: lpc288x_flash_bank_t -> struct lpc288x_flash_bank Remove misleading typedef and redundant suffix from struct lpc288x_flash_bank. --- src/flash/lpc288x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash/lpc288x.h') diff --git a/src/flash/lpc288x.h b/src/flash/lpc288x.h index 506988f5..5a71ee08 100644 --- a/src/flash/lpc288x.h +++ b/src/flash/lpc288x.h @@ -23,7 +23,7 @@ #include "flash.h" -typedef struct lpc288x_flash_bank_s +struct lpc288x_flash_bank { uint32_t working_area; uint32_t working_area_size; @@ -34,6 +34,6 @@ typedef struct lpc288x_flash_bank_s uint32_t cclk; uint32_t sector_size_break; -} lpc288x_flash_bank_t; +}; #endif /* lpc288x_H */ -- cgit v1.2.3