Atreus: Add build date/time to version info

Example output:

    Keyboardio Atreus - Kaleidoscope locally built on Sep  3 2021 at 09:40:27

Signed-off-by: Florian Bruhin <me@the-compiler.org>
pull/1080/head
Florian Bruhin 3 years ago committed by GitHub
parent 5b876f3e0f
commit 1aea770054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@
*/
#ifndef BUILD_INFORMATION
#define BUILD_INFORMATION "locally built"
#define BUILD_INFORMATION "locally built on " __DATE__ " at " __TIME__
#endif
#include "Kaleidoscope.h"

Loading…
Cancel
Save