mirror of https://github.com/ArduPilot/ardupilot
AC_Fence: turn off debug msg re memory allocation
This commit is contained in:
parent
f80f7ff850
commit
1eb5839f09
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#define POLYFENCE_LOADER_DEBUGGING 1
|
||||
#define POLYFENCE_LOADER_DEBUGGING 0
|
||||
|
||||
#if POLYFENCE_LOADER_DEBUGGING
|
||||
#define Debug(fmt, args ...) do { gcs().send_text(MAV_SEVERITY_INFO, fmt, ## args); } while (0)
|
||||
|
|
Loading…
Reference in New Issue