From 0f1163e823c6ca3c2a81fa296157f5dde0635fea Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 10:11:13 -0800 Subject: target_t -> struct target Remove misleading typedef and redundant suffix from struct target. --- src/flash/faux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/faux.c') diff --git a/src/flash/faux.c b/src/flash/faux.c index 52d37289..0a52f5f8 100644 --- a/src/flash/faux.c +++ b/src/flash/faux.c @@ -27,7 +27,7 @@ struct faux_flash_bank { - struct target_s *target; + struct target *target; uint8_t *memory; uint32_t start_address; }; -- cgit v1.2.3