PX4 Firmware
PX4 Autopilot Software http://px4.io
default_tunes.cpp File Reference
#include "tunes.h"
#include "tune_definition.desc"
Include dependency graph for default_tunes.cpp:

Go to the source code of this file.

Macros

#define PX4_DEFINE_TUNE(ordinal, name, tune, interruptable)   tune,
 
#define PX4_DEFINE_TUNE(ordinal, name, tune, interruptable)   interruptable,
 

Macro Definition Documentation

◆ PX4_DEFINE_TUNE [1/2]

#define PX4_DEFINE_TUNE (   ordinal,
  name,
  tune,
  interruptable 
)    tune,

Definition at line 47 of file default_tunes.cpp.

◆ PX4_DEFINE_TUNE [2/2]

#define PX4_DEFINE_TUNE (   ordinal,
  name,
  tune,
  interruptable 
)    interruptable,

Definition at line 47 of file default_tunes.cpp.