mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -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
|
||||
|
||||
#define CRSF_DEBUG
|
||||
// #define CRSF_DEBUG
|
||||
#ifdef CRSF_DEBUG
|
||||
# define debug(fmt, args...) hal.console->printf("CRSF: " fmt "\n", ##args)
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user