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:
Nav
2022-05-03 19:58:44 +01:00
parent 680f85bf50
commit 42e2730408

View File

@@ -171,6 +171,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
}
this->activated = true;
this->avr8DebugInterface->reset();
}
void Avr8::deactivate() {