headphones/firmware/code/version.h.in

5 lines
157 B
C

#ifndef VERSION_H
#define VERSION_H
/** This template is populated by cmake at build time. */
static const char* FIRMWARE_GIT_HASH = "@GIT_HASH@";
#endif