From 9d87c925a9eaa4fc256be3173c14a20d1469472d Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Wed, 9 Sep 2020 11:53:37 +0100 Subject: everything, mostly, working --- boiler-monster/stm32/app/commit.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 boiler-monster/stm32/app/commit.c (limited to 'boiler-monster/stm32/app/commit.c') diff --git a/boiler-monster/stm32/app/commit.c b/boiler-monster/stm32/app/commit.c new file mode 100644 index 0000000..207448f --- /dev/null +++ b/boiler-monster/stm32/app/commit.c @@ -0,0 +1,3 @@ +#include "commit.h" + +char scm_version[] = COMMIT_ID; -- cgit v1.2.3