Rover: remove PX4 FWVersion info

This commit is contained in:
Peter Barker 2019-01-16 10:42:42 +11:00 committed by Peter Barker
parent 3a53c5f99c
commit cc011d1a3d
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@ const AP_FWVersion AP_FWVersion::fwver{
.fw_string = THISFIRMWARE " (" GIT_VERSION ")",
.fw_hash_str = GIT_VERSION,
#endif
#ifdef PX4_GIT_VERSION
.middleware_name = "PX4",
.middleware_hash_str = PX4_GIT_VERSION,
#endif
#ifdef CHIBIOS_GIT_VERSION
.middleware_name = nullptr,
.middleware_hash_str = nullptr,