AP_RCTelemetry: disable CRSF debug

This commit is contained in:
Andy Piper 2020-07-08 21:17:12 +01:00 committed by Peter Barker
parent 5b7918030f
commit be3a2cc294

View File

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