Skip to content

Commit

Permalink
Update script_macros.hpp
Browse files Browse the repository at this point in the history
change version to 1.0.0 and disable full debug mode
  • Loading branch information
PiZZAD0X authored Jan 9, 2022
1 parent df76b64 commit 1c1715f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/script_macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#ifndef COMPONENT
#define COMPONENT FW
#endif
//#define DEBUG_MODE_NORMAL
#define DEBUG_MODE_FULL
#define VERSIONSTR "0.1.1 DEV"
#define DEBUG_MODE_NORMAL
//#define DEBUG_MODE_FULL
#define VERSIONSTR "1.0.0"
#include "script_macros_mission.hpp"

#define RNG(var1) var1 > random 1
Expand Down

0 comments on commit 1c1715f

Please sign in to comment.