mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AP_RCTelemetry: disable CRSF debug
This commit is contained in:
parent
5b7918030f
commit
be3a2cc294
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#if HAL_CRSF_TELEM_ENABLED
|
#if HAL_CRSF_TELEM_ENABLED
|
||||||
|
|
||||||
#define CRSF_DEBUG
|
// #define CRSF_DEBUG
|
||||||
#ifdef CRSF_DEBUG
|
#ifdef CRSF_DEBUG
|
||||||
# define debug(fmt, args...) hal.console->printf("CRSF: " fmt "\n", ##args)
|
# define debug(fmt, args...) hal.console->printf("CRSF: " fmt "\n", ##args)
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user