EU1KY AA
build_timestamp.h
Go to the documentation of this file.
1 #ifndef BUILD_TIMESTAMP
2 #warning Mercurial failed. Repository not found. Firmware revision will not be generated.
3 #define HGREV N/A
4 #define BUILD_TIMESTAMP "2019-02-16 18:00 UT"
5 #define HGREVSTR(s) stringify_(s)
6 #define stringify_(s) #s
7 #endif