Browse Source

VARTest: removed NOINLINE define

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
b63028621a
  1. 3
      Tools/VARTest/defines.h

3
Tools/VARTest/defines.h

@ -139,9 +139,6 @@ @@ -139,9 +139,6 @@
// convert a boolean (0 or 1) to a sign for multiplying (0 maps to 1, 1 maps to -1)
#define BOOL_TO_SIGN(bvalue) ((bvalue)?-1:1)
// mark a function as not to be inlined
#define NOINLINE __attribute__((noinline))
#define CONFIG_IMU_OILPAN 1
#define CONFIG_IMU_MPU6000 2

Loading…
Cancel
Save