Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Claussen <[email protected]>
  • Loading branch information
corneliusclaussen committed Feb 6, 2024
1 parent c31b898 commit 7126673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/EvseManager/Charger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Charger::Charger(const std::unique_ptr<IECStateMachine>& bsp, const std::unique_
const types::evse_board_support::Connector_type& connector_type) :
bsp(bsp), error_handling(error_handling), connector_type(connector_type) {

#ifdef __linux__
#ifdef EVEREST_USE_BACKTRACES
Everest::install_backtrace_handler();
#endif

Expand Down

0 comments on commit 7126673

Please sign in to comment.