Fixed bug with TargetController attempting to release hardware that it no longer has access to.
Under some circumstances, this bug was leaving the debug tool in a bad state.
This commit is contained in:
@@ -199,14 +199,6 @@ namespace Bloom
|
||||
return mapping;
|
||||
}
|
||||
|
||||
Targets::Target* getTarget() {
|
||||
return this->target.get();
|
||||
}
|
||||
|
||||
DebugTool* getDebugTool() {
|
||||
return this->debugTool.get();
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates the state of the TargetController and emits a state changed event.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user