Skip to content

Commit

Permalink
Merge branch 'devel' into fix/no-subbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Oct 28, 2024
2 parents 1f1886e + 0e4b4c2 commit 97b9dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Svc/FatalHandler/FatalHandlerComponentBaremetalImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace Svc {
void FatalHandlerComponentImpl::FatalReceive_handler(
const NATIVE_INT_TYPE portNum,
FwEventIdType Id) {
// for **nix, delay then exit with error code
Fw::Logger::log("FATAL %" PRI_FwEventIdType "handled.\n",Id);
while (true) {} // Returning might be bad
}
Expand Down

0 comments on commit 97b9dee

Please sign in to comment.