NinjaFlight
|
Go to the source code of this file.
Macros | |
#define | FC_VERSION_MAJOR 1 |
#define | FC_VERSION_MINOR 13 |
#define | FC_VERSION_PATCH_LEVEL 0 |
#define | STR_HELPER(x) #x |
#define | STR(x) STR_HELPER(x) |
#define | FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL) |
#define | MW_VERSION 231 |
#define | GIT_SHORT_REVISION_LENGTH 7 |
#define | BUILD_DATE_LENGTH 11 |
#define | BUILD_TIME_LENGTH 8 |
Variables | |
const char *const | targetName |
const char *const | shortGitRevision |
const char *const | buildDate |
const char *const | buildTime |
#define BUILD_DATE_LENGTH 11 |
#define BUILD_TIME_LENGTH 8 |
#define FC_VERSION_MAJOR 1 |
#define FC_VERSION_MINOR 13 |
#define FC_VERSION_PATCH_LEVEL 0 |
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL) |
#define GIT_SHORT_REVISION_LENGTH 7 |
#define MW_VERSION 231 |
#define STR | ( | x | ) | STR_HELPER(x) |
#define STR_HELPER | ( | x | ) | #x |
const char* const buildDate |
const char* const buildTime |
const char* const shortGitRevision |
const char* const targetName |