Skip to content

Commit

Permalink
ctxlink/platform: Add debug output control to platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidprice committed Dec 19, 2024
1 parent c37a38e commit 0c32e40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/platforms/ctxlink/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
*
Expand Down

0 comments on commit 0c32e40

Please sign in to comment.