make debug_level 3 useful again... the log just drowns. perhaps introduce debug_level 4?
[fw/openocd] / src / target / cortex_m3.h
index 17c2b47ba126f059ef1089ecc87074e2aebc2c30..0072e84b4525eaba7a2128ca6c68a8ed4d148e37 100644 (file)
@@ -173,7 +173,6 @@ int cortex_m3_step(struct target_s *target, int current, u32 address, int handle
 int cortex_m3_assert_reset(target_t *target);
 int cortex_m3_deassert_reset(target_t *target);
 int cortex_m3_soft_reset_halt(struct target_s *target);
-int cortex_m3_prepare_reset_halt(struct target_s *target);
 
 int cortex_m3_read_memory(struct target_s *target, u32 address, u32 size, u32 count, u8 *buffer);
 int cortex_m3_write_memory(struct target_s *target, u32 address, u32 size, u32 count, u8 *buffer);