mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Disabled page debugging
This commit is contained in:
parent
4c114db666
commit
f4c21d06a9
1 changed files with 1 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
CMS-displayPort separation by jflyper and martinbudden
|
||||
*/
|
||||
|
||||
//#define CMS_PAGE_DEBUG // For multi-page/menu debugging
|
||||
//#define CMS_MENU_DEBUG // For external menu content creators
|
||||
|
||||
#include <stdbool.h>
|
||||
|
@ -166,8 +167,6 @@ static CMS_Menu menuErr = {
|
|||
};
|
||||
#endif
|
||||
|
||||
#define CMS_PAGE_DEBUG
|
||||
|
||||
#ifdef CMS_PAGE_DEBUG
|
||||
#define cmsPageDebug() { \
|
||||
debug[0] = pageCount; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue