This commit is contained in:
Nav
2022-04-17 23:56:57 +01:00
parent 13f5c13065
commit 0a21526a68
7 changed files with 16 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
*
* We don't use this->getId() here as that could return the ID that was extracted from the target description
* file (which it would, if the user specified the exact target name in their project config - see
* Avr8::getId() and TargetController::getSupportedTargets() for more).
* Avr8::getId() and TargetControllerComponent::getSupportedTargets() for more).
*/
auto targetSignature = this->avr8DebugInterface->getDeviceId();
auto tdSignature = this->targetDescriptionFile->getTargetSignature();

View File

@@ -157,7 +157,7 @@ namespace Bloom::Targets
* Once at least one of the above conditions are met, the TargetController will break out of the loop and use
* the last promoted target instance from there onwards.
*
* See TargetController::acquireHardware() for more on this.
* See TargetControllerComponent::acquireHardware() for more on this.
*
* @return
*/