Browse Source

AntennaTracker: removed NOINLINE define

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
65a95039c3
  1. 4
      AntennaTracker/defines.h

4
AntennaTracker/defines.h

@ -3,10 +3,6 @@
#ifndef _DEFINES_H #ifndef _DEFINES_H
#define _DEFINES_H #define _DEFINES_H
// mark a function as not to be inlined
#define NOINLINE __attribute__((noinline))
// Command/Waypoint/Location Options Bitmask // Command/Waypoint/Location Options Bitmask
//-------------------- //--------------------
#define MASK_OPTIONS_RELATIVE_ALT (1<<0) // 1 = Relative #define MASK_OPTIONS_RELATIVE_ALT (1<<0) // 1 = Relative

Loading…
Cancel
Save