mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
parent
f3404bfcbb
commit
281bfb4bf6
2 changed files with 32 additions and 10 deletions
|
@ -30,16 +30,6 @@
|
|||
|
||||
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
|
||||
|
||||
#ifndef __BOARD__
|
||||
#define BOARD_NAME FC_FIRMWARE_NAME
|
||||
#else
|
||||
#define BOARD_NAME __BOARD__
|
||||
#endif
|
||||
|
||||
#ifndef MANUFACTURER_ID
|
||||
#define MANUFACTURER_ID FC_FIRMWARE_IDENTIFIER
|
||||
#endif
|
||||
|
||||
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