mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Plane: removed NOINLINE define
This commit is contained in:
parent
14a90ea001
commit
8359b75201
@ -169,9 +169,6 @@ enum log_messages {
|
|||||||
// to -1)
|
// to -1)
|
||||||
#define BOOL_TO_SIGN(bvalue) ((bvalue) ? -1 : 1)
|
#define BOOL_TO_SIGN(bvalue) ((bvalue) ? -1 : 1)
|
||||||
|
|
||||||
// mark a function as not to be inlined
|
|
||||||
#define NOINLINE __attribute__((noinline))
|
|
||||||
|
|
||||||
// altitude control algorithms
|
// altitude control algorithms
|
||||||
enum {
|
enum {
|
||||||
ALT_CONTROL_DEFAULT = 0,
|
ALT_CONTROL_DEFAULT = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user