Fixed stale program counter bug

This commit is contained in:
Nav
2024-12-16 21:38:30 +00:00
parent 36abea6ce1
commit b7aea71327
2 changed files with 23 additions and 26 deletions

View File

@@ -272,7 +272,7 @@ namespace TargetController
void startAtomicSession();
void endActiveAtomicSession();
void refreshExecutionState();
void refreshExecutionState(bool forceRefresh = false);
void updateTargetState(const Targets::TargetState& newState);
void stopTarget();