scripts + template header to determine repository state
This commit is contained in:
11
source/firmware/git_commit.h
Normal file
11
source/firmware/git_commit.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* Generated include file */
|
||||
|
||||
#ifndef GIT_COMMIT_H
|
||||
#define GIT_COMMIT_H
|
||||
|
||||
#define CURRENT_COMMIT "0"
|
||||
#define AUTHOR "tkl <tkl@blackfinn.de"
|
||||
#define LOCAL_CHANGES "NO"
|
||||
#define UNTRACKED_FILES "NO"
|
||||
|
||||
#endif /* GIT_COMMIT_H */
|
Reference in New Issue
Block a user