diff options
Diffstat (limited to 'robot/consts.h')
-rw-r--r-- | robot/consts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/consts.h b/robot/consts.h index 6530528..1195422 100644 --- a/robot/consts.h +++ b/robot/consts.h @@ -1,8 +1,8 @@ #pragma once -#ifndef BUILD_STR +#ifndef W2_BUILD_STR // should be defined with -DBUILD_STR in makefile -#define BUILD_STR ("????????") +#define W2_BUILD_STR ("????????") #endif #define W2_MAX_MODULE_CYCLE_MS (20) |