]> git.gag.com Git - fw/openocd/blobdiff - src/target/fa526.c
target_type_t -> struct target_type
[fw/openocd] / src / target / fa526.c
index 3b884c69d74a7bedac8984e9583dde71b01d14e6..d9b89f2a4c3969d8ea4cb8a6177e1679157e4ec9 100644 (file)
@@ -358,7 +358,7 @@ static int fa526_target_create(struct target_s *target, Jim_Interp *interp)
 }
 
 /** Holds methods for FA526 targets. */
-target_type_t fa526_target =
+struct target_type fa526_target =
 {
        .name = "fa526",