Replaced TargetIoPortsUpdated event with RegistersWrittenToTarget event
This commit is contained in:
@@ -482,12 +482,6 @@ void InsightWindow::onTargetProgramCounterUpdate(quint32 programCounter) {
|
||||
);
|
||||
}
|
||||
|
||||
void InsightWindow::onTargetIoPortsUpdate() {
|
||||
if (this->targetState == TargetState::STOPPED && this->selectedVariant != nullptr) {
|
||||
emit this->refreshTargetPinStates(this->selectedVariant->id);
|
||||
}
|
||||
}
|
||||
|
||||
void InsightWindow::toggleTargetRegistersPane() {
|
||||
if (this->targetRegistersSidePane->activated) {
|
||||
this->targetRegistersSidePane->deactivate();
|
||||
|
||||
Reference in New Issue
Block a user