Restored memory access soft limit for Xplained Pro debug tool (this got lost in the refactor I did a few weeks/months back)

This commit is contained in:
Nav
2022-12-08 21:34:46 +00:00
parent 304e2ab7c6
commit 13cf4eb3a4

View File

@@ -9,5 +9,7 @@ namespace Bloom::DebugToolDrivers
XplainedPro::CMSIS_HID_INTERFACE_NUMBER,
true
)
{}
{
this->edbgAvr8Interface->setMaximumMemoryAccessSizePerRequest(256);
}
}