mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Copter: removed NOINLINE define
This commit is contained in:
parent
65a95039c3
commit
14a90ea001
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user