5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-03 14:38:30 -04:00

AC_Fence: turn off debug msg re memory allocation

This commit is contained in:
Randy Mackay 2019-12-09 20:10:54 +09:00
parent 35dd28ec88
commit e5ac849cbf

View File

@ -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)