X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm7_9_common.c;h=96e31b9d3377f2ba50fff29c2cf80019a74188d2;hp=7fd1ed9f8cdb7a720bf9dec29a2bcd5c82879848;hb=21687eb983a4d5e30cd9c4050b9ebce2f3b280c7;hpb=17a052d6fe44fc265d48e94bdd3356d6f25ca064 diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c index 7fd1ed9f8c..96e31b9d33 100644 --- a/src/target/arm7_9_common.c +++ b/src/target/arm7_9_common.c @@ -2859,7 +2859,7 @@ int arm7_9_init_arch_info(struct target *target, struct arm7_9_common *arm7_9) return retval; return target_register_timer_callback(arm7_9_handle_target_request, - 1, 1, target); + 1, TARGET_TIMER_TYPE_PERIODIC, target); } static const struct command_registration arm7_9_any_command_handlers[] = {