Corrected bug with XplainedPro debug tool driver adjusting max memory access size in the wrong place
This commit is contained in:
@@ -9,7 +9,11 @@ namespace Bloom::DebugToolDrivers
|
||||
XplainedPro::CMSIS_HID_INTERFACE_NUMBER,
|
||||
true
|
||||
)
|
||||
{
|
||||
{}
|
||||
|
||||
void XplainedPro::init() {
|
||||
EdbgDevice::init();
|
||||
|
||||
this->edbgAvr8Interface->setMaximumMemoryAccessSizePerRequest(256);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,5 +26,7 @@ namespace Bloom::DebugToolDrivers
|
||||
std::string getName() override {
|
||||
return "Xplained Pro";
|
||||
}
|
||||
|
||||
void init() override;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user