Skip to content

Commit

Permalink
crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar committed Jan 24, 2024
1 parent 43d8bc8 commit f3a2c54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Boards boards;
Board currentBoard;

///////////// Initialize the Config /////////////
SS2K *ss2k;
userParameters *userConfig;
RuntimeParameters *rtConfig;
physicalWorkingCapacity *userPWC;
SS2K *ss2k = new SS2K;
userParameters *userConfig = new userParameters;
RuntimeParameters *rtConfig = new RuntimeParameters;
physicalWorkingCapacity *userPWC = new physicalWorkingCapacity;

///////////// Log Appender /////////////
UdpAppender udpAppender;
Expand Down

0 comments on commit f3a2c54

Please sign in to comment.