Renamed TargetControllerConsole to TargetControllerService
This commit is contained in:
@@ -23,6 +23,6 @@ namespace Bloom
|
||||
void programCounterRead(Targets::TargetProgramCounter programCounter);
|
||||
|
||||
protected:
|
||||
void run(TargetController::TargetControllerConsole& targetControllerConsole) override;
|
||||
void run(Services::TargetControllerService& targetControllerService) override;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user