Corrected bug with XplainedPro debug tool driver adjusting max memory access size in the wrong place

This commit is contained in:
Nav
2022-12-11 13:20:41 +00:00
parent d807f9910a
commit b2fc7f4953
2 changed files with 7 additions and 1 deletions

View File

@@ -26,5 +26,7 @@ namespace Bloom::DebugToolDrivers
std::string getName() override {
return "Xplained Pro";
}
void init() override;
};
}