- reverted some of the changes that possibly broke arm926ejs. Waiting
for a bit more info before I can tell with confidence whether or not this would have any effect. - worked on error propagation and output for flash git-svn-id: svn://svn.berlios.de/openocd/trunk@539 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -429,7 +429,7 @@ int cortex_m3_halt(target_t *target)
|
||||
|
||||
if (target->state == TARGET_HALTED)
|
||||
{
|
||||
LOG_WARNING("target was already halted");
|
||||
LOG_DEBUG("target was already halted");
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user