mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Remove unused MW_VERSION define.
This commit is contained in:
parent
2f0a678cbe
commit
816a42c733
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@
|
|||
#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
|
||||
|
||||
extern const char* const targetName;
|
||||
|
||||
#define GIT_SHORT_REVISION_LENGTH 7 // lower case hexadecimal digits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue