Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17dca844 authored by Zhanglong Xia's avatar Zhanglong Xia Committed by Automerger Merge Worker
Browse files

Replace the function 'OnRcpReset()' with 'HardwareReset()' am: 15a39d0d

parents 6d4b0f20 15a39d0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ ndk::ScopedAStatus ThreadChip::sendSpinelFrame(const std::vector<uint8_t>& in_fr
}

ndk::ScopedAStatus ThreadChip::reset() {
    mInterface.OnRcpReset();
    mInterface.HardwareReset();
    ALOGI("reset()");
    return ndk::ScopedAStatus::ok();
}