summaryrefslogtreecommitdiff
path: root/src/target/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/image.h')
-rw-r--r--src/target/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/image.h b/src/target/image.h
index 55f0ea29..06d47bf8 100644
--- a/src/target/image.h
+++ b/src/target/image.h
@@ -80,7 +80,7 @@ struct image_ihex
struct image_memory
{
- struct target_s *target;
+ struct target *target;
uint8_t *cache;
uint32_t cache_address;
};