Added new EDBG ISP implementation to MPLAB PICkit4 debug tool

This commit is contained in:
Nav
2022-03-09 21:55:17 +00:00
parent 37968584d1
commit fbccef6dde
2 changed files with 7 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ namespace Bloom::DebugToolDrivers
}
this->edbgAvr8Interface = std::make_unique<EdbgAvr8Interface>(this->edbgInterface);
this->edbgAvrIspInterface = std::make_unique<EdbgAvrIspInterface>(this->edbgInterface);
this->setInitialised(true);
}