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