engine_control/source/firmware/git_commit.h

13 lines
225 B
C
Raw Normal View History

/* Generated include file */
#ifndef GIT_COMMIT_H
#define GIT_COMMIT_H
#define CURRENT_COMMIT "0"
2016-07-26 09:56:59 +00:00
#define AUTHOR "tkl <tkl@blackfinn.de>"
#define LOCAL_CHANGES "NO"
#define UNTRACKED_FILES "NO"
#endif /* GIT_COMMIT_H */
2016-07-26 10:14:45 +00:00