Browse Source
When building for px4-v2 we have an warning because we are checking for the value of this undefined macro. Just change both checks to use "defined()". ../../libraries/AP_HAL_PX4/Util.cpp:115:7: warning: "CONFIG_ARCH_BOARD_PX4FMU_V4" is not defined [-Wundef] #elif CONFIG_ARCH_BOARD_PX4FMU_V4 ^mission-4.1.18
Lucas De Marchi
9 years ago
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue