Disabling use of the masked memory read command in the EDBG driver, by default
This commit is contained in:
@@ -30,7 +30,6 @@ void XplainedNano::init() {
|
||||
}
|
||||
|
||||
this->edbgAvr8Interface = std::make_unique<EdbgAvr8Interface>(this->edbgInterface);
|
||||
this->edbgAvr8Interface->setAvoidMaskedMemoryRead(true);
|
||||
this->setInitialised(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user