From 46fc1d57ac9462fd788277609707a379c7a406cb Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:44:30 -0800 Subject: working_area_t -> struct working_area Remove misleading typedef and redundant suffix from struct working_area. --- src/flash/str7x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/str7x.h') diff --git a/src/flash/str7x.h b/src/flash/str7x.h index ef2d2e33..81af0f1e 100644 --- a/src/flash/str7x.h +++ b/src/flash/str7x.h @@ -31,7 +31,7 @@ struct str7x_flash_bank uint32_t disable_bit; uint32_t busy_bits; uint32_t register_base; - working_area_t *write_algorithm; + struct working_area *write_algorithm; }; enum str7x_status_codes -- cgit v1.2.3-18-g5258