mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 23:30:35 +08:00
delete unused ECL_LIB_GIT_VERSION
Since 'ecl' is nomore a git submodule, code lines related to 'ECL_LIB_GIT_VERSION' could be deleted
This commit is contained in:
@@ -2075,12 +2075,6 @@ void Logger::write_version(LogType type)
|
||||
write_info(type, "sys_toolchain", px4_toolchain_name());
|
||||
write_info(type, "sys_toolchain_ver", px4_toolchain_version());
|
||||
|
||||
const char *ecl_version = px4_ecl_lib_version_string();
|
||||
|
||||
if (ecl_version && ecl_version[0]) {
|
||||
write_info(type, "sys_lib_ecl_ver", ecl_version);
|
||||
}
|
||||
|
||||
char revision = 'U';
|
||||
const char *chip_name = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user