diff --git a/src/main/cms/cms.c b/src/main/cms/cms.c index b5600db43e..a910aeb204 100644 --- a/src/main/cms/cms.c +++ b/src/main/cms/cms.c @@ -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 @@ -166,8 +167,6 @@ static CMS_Menu menuErr = { }; #endif -#define CMS_PAGE_DEBUG - #ifdef CMS_PAGE_DEBUG #define cmsPageDebug() { \ debug[0] = pageCount; \