Tracker: Delete NuttX version processing

This commit is contained in:
murata 2019-01-05 23:20:09 +09:00 committed by Andrew Tridgell
parent 17f8b89b17
commit b420629ce7

View File

@ -35,10 +35,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",