Renamed Avr8Interface class to Avr8DebugInterface, in preparation for an AVR8 programming interface class
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Bloom::DebugToolDrivers
|
||||
return this->edbgInterface;
|
||||
}
|
||||
|
||||
TargetInterfaces::Microchip::Avr::Avr8::Avr8Interface* getAvr8Interface() override {
|
||||
TargetInterfaces::Microchip::Avr::Avr8::Avr8DebugInterface* getAvr8DebugInterface() override {
|
||||
return this->edbgAvr8Interface.get();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user