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

Commit 279d0142 authored by Zhanglong Xia's avatar Zhanglong Xia Committed by Android (Google) Code Review
Browse files

Merge "Replace the function 'OnRcpReset()' with 'HardwareReset()'"

parents 61a1ce7b fc01bfdd
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();
}