You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
314 B
14 lines
314 B
5 years ago
|
#pragma once
|
||
|
|
||
|
#if HAL_MSP_ENABLED
|
||
|
|
||
|
// use betaflight 4.2.0
|
||
|
#define GIT_SHORT_REVISION_LENGTH 8
|
||
|
#define BUILD_DATE_LENGTH 11
|
||
|
#define BUILD_TIME_LENGTH 8
|
||
|
|
||
|
#define FC_VERSION_MAJOR 4
|
||
|
#define FC_VERSION_MINOR 2
|
||
|
#define FC_VERSION_PATCH_LEVEL 0
|
||
|
|
||
|
#endif //HAL_MSP_ENABLED
|