Skip to content

Commit

Permalink
Fix Experimental outcome macro definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehue committed Nov 11, 2023
1 parent 4b1cfed commit 2a4dc26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sts1CobcSw/Utility/Outcome.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#pragma once

#if defined(GENERIC_SYSTEM)
#define OUTCOME_DISABLE_EXECINFO
#define SYSTEM_ERROR2_NOT_POSIX
#if defined(SYSTEM_ERROR2_NOT_POSIX)
#define SYSTEM_ERROR2_FATAL(msg) RODOS::hwResetAndReboot()
#endif

Expand Down

0 comments on commit 2a4dc26

Please sign in to comment.