APM:Copter
Macros
mode_follow.cpp File Reference
#include "Copter.h"
Include dependency graph for mode_follow.cpp:

Go to the source code of this file.

Macros

#define Debug(fmt, args ...)
 

Macro Definition Documentation

◆ Debug

#define Debug (   fmt,
  args ... 
)
Value:
do { \
gcs().send_text(MAV_SEVERITY_WARNING, fmt, ## args); \
} while(0)

Definition at line 17 of file mode_follow.cpp.

Referenced by Copter::ModeFollow::run().