Fixed AVR8 activation bug, where a hardcoded break statement was causing issues with reading data from the target, post activation
This commit is contained in:
@@ -171,6 +171,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
|||||||
}
|
}
|
||||||
|
|
||||||
this->activated = true;
|
this->activated = true;
|
||||||
|
this->avr8DebugInterface->reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Avr8::deactivate() {
|
void Avr8::deactivate() {
|
||||||
|
|||||||
Reference in New Issue
Block a user