mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_Fence: turn off debug msg re memory allocation
This commit is contained in:
parent
8469efc5aa
commit
9e51731bae
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#define POLYFENCE_LOADER_DEBUGGING 1
|
#define POLYFENCE_LOADER_DEBUGGING 0
|
||||||
|
|
||||||
#if POLYFENCE_LOADER_DEBUGGING
|
#if POLYFENCE_LOADER_DEBUGGING
|
||||||
#define Debug(fmt, args ...) do { gcs().send_text(MAV_SEVERITY_INFO, fmt, ## args); } while (0)
|
#define Debug(fmt, args ...) do { gcs().send_text(MAV_SEVERITY_INFO, fmt, ## args); } while (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user