1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Print version upon compiling

This commit is contained in:
limonspb 2024-05-08 23:21:39 -05:00 committed by limon.spb
parent 90bd368a36
commit 7ff3993ebd

View file

@ -22,6 +22,13 @@
#include "version.h"
#ifndef FC_VERSION_STRING_PRINTED
#define FC_VERSION_STRING_PRINTED
#pragma message "FC_VERSION_STRING: " FC_VERSION_STRING
#endif
const char * const targetName = __TARGET__;
const char * const shortGitRevision = __REVISION__;
#if defined(__CONFIG_REVISION__)