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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user