aboutsummaryrefslogtreecommitdiff
path: root/src/lib/version/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/version/version.h')
-rw-r--r--src/lib/version/version.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/version/version.h b/src/lib/version/version.h
index 873240630..b79fee182 100644
--- a/src/lib/version/version.h
+++ b/src/lib/version/version.h
@@ -43,14 +43,6 @@
#ifndef VERSION_H_
#define VERSION_H_
-/*
- GIT_VERSION is defined at build time via a Makefile call to the
- git command line.
- */
-#define FREEZE_STR(s) #s
-#define STRINGIFY(s) FREEZE_STR(s)
-#define FW_GIT STRINGIFY(GIT_VERSION)
-
#ifdef CONFIG_ARCH_BOARD_PX4FMU_V1
#define HW_ARCH "PX4FMU_V1"
#endif