Copter: Delete NuttX version processing

This commit is contained in:
murata 2019-01-05 23:20:55 +09:00 committed by Andrew Tridgell
parent f88863212e
commit 36995424f3
1 changed files with 1 additions and 4 deletions

View File

@ -36,10 +36,7 @@ const AP_FWVersion AP_FWVersion::fwver{
.middleware_name = "PX4",
.middleware_hash_str = PX4_GIT_VERSION,
#endif
#ifdef NUTTX_GIT_VERSION
.os_name = "NuttX",
.os_hash_str = NUTTX_GIT_VERSION,
#elif defined(CHIBIOS_GIT_VERSION)
#ifdef CHIBIOS_GIT_VERSION
.middleware_name = nullptr,
.middleware_hash_str = nullptr,
.os_name = "ChibiOS",