diff --git a/src/platforms/ctxlink/platform.h b/src/platforms/ctxlink/platform.h index 6b3188914e5..86e4b96c5fb 100644 --- a/src/platforms/ctxlink/platform.h +++ b/src/platforms/ctxlink/platform.h @@ -35,6 +35,12 @@ #define PLATFORM_IDENT "(ctxLink) " #define PLATFORM_HAS_BATTERY + +#if ENABLE_DEBUG == 1 +#define PLATFORM_HAS_DEBUG +extern bool debug_bmp; +#endif + /* * Important pin mappings for STM32 implementation: *