libstrat: fix unconverted _WITH_ASSERTs

This commit is contained in:
Michael Scire
2020-02-24 05:01:41 -08:00
parent 8ccac1d18a
commit 80e1847534
7 changed files with 16 additions and 16 deletions

View File

@@ -413,7 +413,7 @@ namespace ams::i2c::driver::impl {
this->SetPacketMode();
this->FlushFifos();
}
} R_END_TRY_CATCH_WITH_ASSERT;
} R_END_TRY_CATCH_WITH_ABORT_UNLESS;
}
Result BusAccessor::GetAndHandleTransactionResult() {