AntennaTracker: removed NOINLINE define

This commit is contained in:
Andrew Tridgell 2015-05-21 09:35:47 +10:00
parent 3ae11376a9
commit 65a95039c3

View File

@ -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