aboutsummaryrefslogtreecommitdiff
path: root/src/include/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/target.h')
-rw-r--r--src/include/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/target.h b/src/include/target.h
index 70f6969..e2c55cd 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -148,7 +148,7 @@ struct target_s {
void (*reset)(struct target_s *target);
void (*halt_request)(struct target_s *target);
int (*halt_wait)(struct target_s *target);
- void (*halt_resume)(struct target_s *target, uint8_t step);
+ void (*halt_resume)(struct target_s *target, bool step);
/* Break-/watchpoint functions */
int (*set_hw_bp)(struct target_s *target, uint32_t addr);