This commit is contained in:
Nav
2022-02-27 20:44:01 +00:00
parent 8cb60f442b
commit 8b6ee9f100
5 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
void setDebugTool(DebugTool* debugTool) override {
this->avr8DebugInterface = debugTool->getAvr8DebugInterface();
};
}
/**
* Instances to this target class can be promoted. See Avr8::promote() method for more.