diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-10 13:20:42 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-10 13:20:42 +0200 |
commit | aaf6d7963314c1fcb86b84442cd3d960bc87297b (patch) | |
tree | e5f686eb9f2dbffe0cb0c7ce0d2800002b66d637 /robot/consts.h | |
parent | bd702f9ddc6a309397f22309f07390b615aab766 (diff) |
added clang-tidy to make format
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) |