1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Shows MSP api version in cli

This commit is contained in:
Spencer Owen 2017-09-10 21:06:25 -06:00
parent aae4d143bf
commit 992403d2dd
2 changed files with 7 additions and 2 deletions

View file

@ -36,3 +36,5 @@ extern const char* const buildDate; // "MMM DD YYYY" MMM = Jan/Feb/...
#define BUILD_TIME_LENGTH 8
extern const char* const buildTime; // "HH:MM:SS"
#define MSP_API_VERSION_STRING STR(API_VERSION_MAJOR) "." STR(API_VERSION_MINOR)