From aaf6d7963314c1fcb86b84442cd3d960bc87297b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 10 May 2022 13:20:42 +0200 Subject: added clang-tidy to make format --- robot/consts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robot/consts.h') 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) -- cgit v1.2.3