Consistency and fixing thread unit tests

This commit is contained in:
2026-06-01 11:33:27 -05:00
parent db9cc0f4c6
commit df48c8e500
14 changed files with 38 additions and 33 deletions
+2 -2
View File
@@ -101,7 +101,7 @@ errorret_t networkPSPUpdate() {
// Kill the PSP network stack.
errorret_t err = networkPSPTerm();
if(err.code != ERROR_OK) {
if(errorIsNotOk(err)) {
errorCatch(errorPrint(err));
}
@@ -203,7 +203,7 @@ void networkPSPRequestDisconnection(
);
errorret_t err = networkPSPTerm();
if(err.code != ERROR_OK) {
if(errorIsNotOk(err)) {
errorCatch(errorPrint(err));
}