Copter: removed NOINLINE define

This commit is contained in:
Andrew Tridgell 2015-05-21 09:35:51 +10:00
parent 65a95039c3
commit 14a90ea001

View File

@ -316,9 +316,6 @@ enum FlipState {
// Centi-degrees to radians // Centi-degrees to radians
#define DEGX100 5729.57795f #define DEGX100 5729.57795f
// mark a function as not to be inlined
#define NOINLINE __attribute__((noinline))
// Error message sub systems and error codes // Error message sub systems and error codes
#define ERROR_SUBSYSTEM_MAIN 1 #define ERROR_SUBSYSTEM_MAIN 1
#define ERROR_SUBSYSTEM_RADIO 2 #define ERROR_SUBSYSTEM_RADIO 2