Browse Source

check CONFIG_ARCH_MATH_H

sbg
Christian Rauch 6 years ago committed by David Sidrane
parent
commit
92117da3a8
  1. 4
      src/platforms/px4_defines.h

4
src/platforms/px4_defines.h

@ -41,6 +41,10 @@ @@ -41,6 +41,10 @@
#include <px4_log.h>
#if defined(__PX4_NUTTX) && !defined(CONFIG_ARCH_MATH_H)
#error CONFIG_ARCH_MATH_H is required to use math definitions and functions
#endif
/****************************************************************************
* Defines for all platforms.
****************************************************************************/

Loading…
Cancel
Save