Incorrect change applied for ARDUINO_GIGA #292
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
In order to support ARDUINO_GIGA a number of changes had been applied to create version 1.3.3m, documented on f852716.
There is an error in those changes, copy/paste is applied to quickly, which results in incorrect behavior.
In the file HCICordioTransport.cpp, line 238, A change was made that results in the OPPOSITE of want is needed. As a result getDriver().terminate() is NOW called for the PORTENTA and NICLA_VISION and ARDUINO_GIGA, where it should NOT.
The change should be :
regards,
Paulvha
The text was updated successfully, but these errors were encountered: